Html Css Color HEX #475C56 Stromboli

📋 copy color: '#475C56'

red 71 ◦ green 92 ◦ blue 86

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

Shades of Stromboli #475C56

Tints of Stromboli #475C56

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.95%

 BLUE value IS 86 (33.98% from 255) = 34.54%

R = 28.51%
G = 36.95%
B = 34.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.64

RGB Variations

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

Color information

#475C56 (or 0x475C56) is known color: Stromboli. HEX triplet: 47, 5C and 56. RGB value is (71,92,86). Sum of RGB (Red+Green+Blue) = 71+92+86=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 92 - color contains mainly: green. Hex color #475C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475C56 is #B8A3A9. Grayscale: #555555. Windows color (decimal): -12100522 or 5659719. OLE color: 5659719.

HSL color Cylindrical-coordinate representation of color #475C56: hue angle of 162.86º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #475C56 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 92 86 -
CMYK 0.23 0 0.07 0.64
HSL 162.86º 0.13% 0.32% -
HSV(B) 162.86º 0.23% 0.36% -
XYZ 8.11 9.67 10.24 -
YUV 85.04 128.54 117.99 -
System Red Green Blue C M Y K H S L
Decimal 71 92 86 0.23 0 0.07 0.64 162.86 0.13 0.32
Hex 47 5C 56 17 0 7 40 A3 D 20
Octal 107 134 126 27 0 7 100 243 15 40
Binary 1000111 1011100 1010110 10111 0 111 1000000 10100011 1101 100000

Color Harmonies of #475C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475C56

Black with #475C56

Text Example


Text Example

White with #475C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475C56; }

 p { color: rgb(71,92,86); }

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

background-color css

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

 a { background-color: rgb(71,92,86); }

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

border-color css

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

 span { border-color: rgb(71,92,86); }

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