Html Css Color HEX #475355 Casal

📋 copy color: '#475355'

red 71 ◦ green 83 ◦ blue 85

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

Shades of Casal #475355

Tints of Casal #475355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.73%

 BLUE value IS 85 (33.59% from 255) = 35.56%

R = 29.71%
G = 34.73%
B = 35.56%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#475355 (or 0x475355) is known color: Casal. HEX triplet: 47, 53 and 55. RGB value is (71,83,85). Sum of RGB (Red+Green+Blue) = 71+83+85=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 85 - color contains mainly: blue. Hex color #475355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475355 is #B8ACAA. Grayscale: #4F4F4F. Windows color (decimal): -12102827 or 5591879. OLE color: 5591879.

HSL color Cylindrical-coordinate representation of color #475355: hue angle of 188.57º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #475355 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 83 85 -
CMYK 0.16 0.02 0 0.67
HSL 188.57º 0.09% 0.31% -
HSV(B) 188.57º 0.16% 0.33% -
XYZ 7.33 8.18 9.79 -
YUV 79.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 71 83 85 0.16 0.02 0 0.67 188.57 0.09 0.31
Hex 47 53 55 10 2 0 43 BD 9 1F
Octal 107 123 125 20 2 0 103 275 11 37
Binary 1000111 1010011 1010101 10000 10 0 1000011 10111101 1001 11111

Color Harmonies of #475355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475355

Black with #475355

Text Example


Text Example

White with #475355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475355; }

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

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

background-color css

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

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

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

border-color css

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

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

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