Html Css Color HEX #555F81 Chambray

📋 copy color: '#555F81'

red 85 ◦ green 95 ◦ blue 129

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

Shades of Chambray #555F81

Tints of Chambray #555F81

RGB

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

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

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

R = 27.51%
G = 30.74%
B = 41.75%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#555F81 (or 0x555F81) is known color: Chambray. HEX triplet: 55, 5F and 81. RGB value is (85,95,129). Sum of RGB (Red+Green+Blue) = 85+95+129=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 129 - color contains mainly: blue. Hex color #555F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555F81 is #AAA07E. Grayscale: #5F5F5F. Windows color (decimal): -11182207 or 8478549. OLE color: 8478549.

HSL color Cylindrical-coordinate representation of color #555F81: hue angle of 226.36º 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 #555F81 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 95 129 -
CMYK 0.34 0.26 0 0.49
HSL 226.36º 0.21% 0.42% -
HSV(B) 226.36º 0.34% 0.51% -
XYZ 11.8 11.7 22.41 -
YUV 95.89 146.69 120.24 -
System Red Green Blue C M Y K H S L
Decimal 85 95 129 0.34 0.26 0 0.49 226.36 0.21 0.42
Hex 55 5F 81 22 1A 0 31 E2 15 2A
Octal 125 137 201 42 32 0 61 342 25 52
Binary 1010101 1011111 10000001 100010 11010 0 110001 11100010 10101 101010

Color Harmonies of #555F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555F81

Black with #555F81

Text Example


Text Example

White with #555F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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