Html Css Color HEX #475954 Stromboli

📋 copy color: '#475954'

red 71 ◦ green 89 ◦ blue 84

#475954
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stromboli #475954

Tints of Stromboli #475954

RGB

 RED value IS 71 (28.13% from 255) = 29.1%

 GREEN value IS 89 (35.16% from 255) = 36.48%

 BLUE value IS 84 (33.2% from 255) = 34.43%

R = 29.1%
G = 36.48%
B = 34.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#475954 (or 0x475954) is known color: Stromboli. HEX triplet: 47, 59 and 54. RGB value is (71,89,84). Sum of RGB (Red+Green+Blue) = 71+89+84=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 89 - color contains mainly: green. Hex color #475954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475954 is #B8A6AB. Grayscale: #535353. Windows color (decimal): -12101292 or 5527879. OLE color: 5527879.

HSL color Cylindrical-coordinate representation of color #475954: hue angle of 163.33º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #475954 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 89 84 -
CMYK 0.20 0 0.06 0.65
HSL 163.33º 0.11% 0.31% -
HSV(B) 163.33º 0.2% 0.35% -
XYZ 7.77 9.12 9.74 -
YUV 83.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 71 89 84 0.20 0 0.06 0.65 163.33 0.11 0.31
Hex 47 59 54 14 0 6 41 A3 B 1F
Octal 107 131 124 24 0 6 101 243 13 37
Binary 1000111 1011001 1010100 10100 0 110 1000001 10100011 1011 11111

Color Harmonies of #475954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475954

Black with #475954

Text Example


Text Example

White with #475954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475954; }

 p { color: rgb(71,89,84); }

 H1.HeaderClassName
 {
   color: #475954;
 }
 .AnyTagClassName
 {
   color: #475954;
 }
</style>

background-color css

<style>
 a { background-color: #475954; }

 a { background-color: rgb(71,89,84); }

 div.DivClassName
 {
   background-color: #475954;
 }
 .BgClassName
 {
   background-color: #475954;
 }
</style>

border-color css

<style>
 span { border-color: #475954; }

 span { border-color: rgb(71,89,84); }

 td.TdClassName
 {
   border-color: #475954;
 }
 .TagClassName
 {
   border-color: #475954;
 }
</style>