Html Css Color HEX #555F76 Chambray

📋 copy color: '#555F76'

red 85 ◦ green 95 ◦ blue 118

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

Shades of Chambray #555F76

Tints of Chambray #555F76

RGB

 RED value IS 85 (33.59% from 255) = 28.52%

 GREEN value IS 95 (37.5% from 255) = 31.88%

 BLUE value IS 118 (46.48% from 255) = 39.6%

R = 28.52%
G = 31.88%
B = 39.6%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#555F76 (or 0x555F76) is known color: Chambray. HEX triplet: 55, 5F and 76. RGB value is (85,95,118). Sum of RGB (Red+Green+Blue) = 85+95+118=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 118 - color contains mainly: blue. Hex color #555F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F76 is #AAA089. Grayscale: #5E5E5E. Windows color (decimal): -11182218 or 7757653. OLE color: 7757653.

HSL color Cylindrical-coordinate representation of color #555F76: hue angle of 221.82º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #555F76 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 95 118 -
CMYK 0.28 0.19 0 0.54
HSL 221.82º 0.16% 0.4% -
HSV(B) 221.82º 0.28% 0.46% -
XYZ 11.11 11.42 18.76 -
YUV 94.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 85 95 118 0.28 0.19 0 0.54 221.82 0.16 0.4
Hex 55 5F 76 1C 13 0 36 DE 10 28
Octal 125 137 166 34 23 0 66 336 20 50
Binary 1010101 1011111 1110110 11100 10011 0 110110 11011110 10000 101000

Color Harmonies of #555F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555F76

Black with #555F76

Text Example


Text Example

White with #555F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555F76; }

 p { color: rgb(85,95,118); }

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

background-color css

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

 a { background-color: rgb(85,95,118); }

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

border-color css

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

 span { border-color: rgb(85,95,118); }

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