Html Css Color HEX #555E78 Chambray

📋 copy color: '#555E78'

red 85 ◦ green 94 ◦ blue 120

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

Shades of Chambray #555E78

Tints of Chambray #555E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.13%

R = 28.43%
G = 31.44%
B = 40.13%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#555E78 (or 0x555E78) is known color: Chambray. HEX triplet: 55, 5E and 78. RGB value is (85,94,120). Sum of RGB (Red+Green+Blue) = 85+94+120=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 120 - color contains mainly: blue. Hex color #555E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E78 is #AAA187. Grayscale: #5E5E5E. Windows color (decimal): -11182472 or 7888469. OLE color: 7888469.

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

Color convert

RGB 85 94 120 -
CMYK 0.29 0.22 0 0.53
HSL 224.57º 0.17% 0.4% -
HSV(B) 224.57º 0.29% 0.47% -
XYZ 11.14 11.29 19.36 -
YUV 94.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 85 94 120 0.29 0.22 0 0.53 224.57 0.17 0.4
Hex 55 5E 78 1D 16 0 35 E1 11 28
Octal 125 136 170 35 26 0 65 341 21 50
Binary 1010101 1011110 1111000 11101 10110 0 110101 11100001 10001 101000

Color Harmonies of #555E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555E78

Black with #555E78

Text Example


Text Example

White with #555E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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