Html Css Color HEX #475D58 Stromboli

📋 copy color: '#475D58'

red 71 ◦ green 93 ◦ blue 88

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

Shades of Stromboli #475D58

Tints of Stromboli #475D58

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.9%

 BLUE value IS 88 (34.77% from 255) = 34.92%

R = 28.17%
G = 36.9%
B = 34.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.64

RGB Variations

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

Color information

#475D58 (or 0x475D58) is known color: Stromboli. HEX triplet: 47, 5D and 58. RGB value is (71,93,88). Sum of RGB (Red+Green+Blue) = 71+93+88=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 93 - color contains mainly: green. Hex color #475D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D58 is #B8A2A7. Grayscale: #555555. Windows color (decimal): -12100264 or 5791047. OLE color: 5791047.

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

Color convert

RGB 71 93 88 -
CMYK 0.24 0 0.05 0.64
HSL 166.36º 0.13% 0.32% -
HSV(B) 166.36º 0.24% 0.36% -
XYZ 8.27 9.87 10.7 -
YUV 85.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 71 93 88 0.24 0 0.05 0.64 166.36 0.13 0.32
Hex 47 5D 58 18 0 5 40 A6 D 20
Octal 107 135 130 30 0 5 100 246 15 40
Binary 1000111 1011101 1011000 11000 0 101 1000000 10100110 1101 100000

Color Harmonies of #475D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D58

Black with #475D58

Text Example


Text Example

White with #475D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,93,88); }

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

background-color css

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

 a { background-color: rgb(71,93,88); }

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

border-color css

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

 span { border-color: rgb(71,93,88); }

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