Html Css Color HEX #555D81 Chambray

📋 copy color: '#555D81'

red 85 ◦ green 93 ◦ blue 129

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

Shades of Chambray #555D81

Tints of Chambray #555D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 42.02%

R = 27.69%
G = 30.29%
B = 42.02%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#555D81 (or 0x555D81) is known color: Chambray. HEX triplet: 55, 5D and 81. RGB value is (85,93,129). Sum of RGB (Red+Green+Blue) = 85+93+129=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 129 - color contains mainly: blue. Hex color #555D81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555D81 is #AAA27E. Grayscale: #5E5E5E. Windows color (decimal): -11182719 or 8478037. OLE color: 8478037.

HSL color Cylindrical-coordinate representation of color #555D81: hue angle of 229.09º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #555D81 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 93 129 -
CMYK 0.34 0.28 0 0.49
HSL 229.09º 0.21% 0.42% -
HSV(B) 229.09º 0.34% 0.51% -
XYZ 11.62 11.34 22.35 -
YUV 94.71 147.35 121.07 -
System Red Green Blue C M Y K H S L
Decimal 85 93 129 0.34 0.28 0 0.49 229.09 0.21 0.42
Hex 55 5D 81 22 1C 0 31 E5 15 2A
Octal 125 135 201 42 34 0 61 345 25 52
Binary 1010101 1011101 10000001 100010 11100 0 110001 11100101 10101 101010

Color Harmonies of #555D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555D81

Black with #555D81

Text Example


Text Example

White with #555D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,93,129); }

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

background-color css

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

 a { background-color: rgb(85,93,129); }

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

border-color css

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

 span { border-color: rgb(85,93,129); }

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