Html Css Color HEX #475558 Casal

📋 copy color: '#475558'

red 71 ◦ green 85 ◦ blue 88

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

Shades of Casal #475558

Tints of Casal #475558

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.84%

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

R = 29.1%
G = 34.84%
B = 36.07%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#475558 (or 0x475558) is known color: Casal. HEX triplet: 47, 55 and 58. RGB value is (71,85,88). Sum of RGB (Red+Green+Blue) = 71+85+88=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 88 - color contains mainly: blue. Hex color #475558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475558 is #B8AAA7. Grayscale: #515151. Windows color (decimal): -12102312 or 5788999. OLE color: 5788999.

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

Color convert

RGB 71 85 88 -
CMYK 0.19 0.03 0 0.65
HSL 190.59º 0.11% 0.31% -
HSV(B) 190.59º 0.19% 0.35% -
XYZ 7.61 8.54 10.48 -
YUV 81.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 71 85 88 0.19 0.03 0 0.65 190.59 0.11 0.31
Hex 47 55 58 13 3 0 41 BF B 1F
Octal 107 125 130 23 3 0 101 277 13 37
Binary 1000111 1010101 1011000 10011 11 0 1000001 10111111 1011 11111

Color Harmonies of #475558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475558

Black with #475558

Text Example


Text Example

White with #475558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475558; }

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

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

background-color css

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

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

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

border-color css

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

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

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