Html Css Color HEX #555E79 Chambray

📋 copy color: '#555E79'

red 85 ◦ green 94 ◦ blue 121

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

Shades of Chambray #555E79

Tints of Chambray #555E79

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.33%

 BLUE value IS 121 (47.66% from 255) = 40.33%

R = 28.33%
G = 31.33%
B = 40.33%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#555E79 (or 0x555E79) is known color: Chambray. HEX triplet: 55, 5E and 79. RGB value is (85,94,121). Sum of RGB (Red+Green+Blue) = 85+94+121=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 121 - color contains mainly: blue. Hex color #555E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E79 is #AAA186. Grayscale: #5E5E5E. Windows color (decimal): -11182471 or 7954005. OLE color: 7954005.

HSL color Cylindrical-coordinate representation of color #555E79: hue angle of 225º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #555E79 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 94 121 -
CMYK 0.30 0.22 0 0.53
HSL 225º 0.17% 0.4% -
HSV(B) 225º 0.3% 0.47% -
XYZ 11.2 11.32 19.68 -
YUV 94.39 143.02 121.3 -
System Red Green Blue C M Y K H S L
Decimal 85 94 121 0.30 0.22 0 0.53 225 0.17 0.4
Hex 55 5E 79 1E 16 0 35 E1 11 28
Octal 125 136 171 36 26 0 65 341 21 50
Binary 1010101 1011110 1111001 11110 10110 0 110101 11100001 10001 101000

Color Harmonies of #555E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555E79

Black with #555E79

Text Example


Text Example

White with #555E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,94,121); }

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

background-color css

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

 a { background-color: rgb(85,94,121); }

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

border-color css

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

 span { border-color: rgb(85,94,121); }

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