#555C78

Color #555C78 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #555C78

Tints of Chambray #555C78

Color information

#555C78 (or 0x555C78) is unknown color: approx Chambray. HEX triplet: 55, 5C and 78. RGB value is (85,92,120). Sum of RGB (Red+Green+Blue) = 85+92+120=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #555C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C78 is #AAA387. Grayscale: #5C5C5C. Windows color (decimal): -11182984 or 7887957. OLE color: 7887957.

HSL color Cylindrical-coordinate representation of color #555C78: hue angle of 228º 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 #555C78 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8592120-
CMYK0.290.2300.53
HSL228º17.07%40.2%-
HSV(B)228º29.17%47.06%-
XYZ10.9610.9419.3-
YUV93.1143.18122.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.62%
GREEN value IS 92 (36.33% from 255) = 30.98%
BLUE value IS 120 (47.27% from 255) = 40.40%
R=28.62%
G=30.98%
B=40.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85921200.290.2300.5322817.0740.2
Hex555C781D17035e41128
Octal12513417035270653442150
Binary101010110111001111000111011011101101011110010010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #555C78;
 }
 .AnyTagClassName
 {
   color: #555C78;
 }
</style>
background-color css

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

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

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

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

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

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