#555C82

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

Shades of Chambray #555C82

Tints of Chambray #555C82

Color information

#555C82 (or 0x555C82) is unknown color: approx Chambray. HEX triplet: 55, 5C and 82. RGB value is (85,92,130). Sum of RGB (Red+Green+Blue) = 85+92+130=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #555C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555C82 is #AAA37D. Grayscale: #5E5E5E. Windows color (decimal): -11182974 or 8543317. OLE color: 8543317.

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

Color convert

RGB8592130-
CMYK0.350.2900.49
HSL230.67º20.93%42.16%-
HSV(B)230.67º34.62%50.98%-
XYZ11.611.222.67-
YUV94.24148.18121.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.69%
GREEN value IS 92 (36.33% from 255) = 29.97%
BLUE value IS 130 (51.17% from 255) = 42.35%
R=27.69%
G=29.97%
B=42.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85921300.350.2900.49230.6720.9342.16
Hex555C82231D031e7152a
Octal12513420243350613472552
Binary10101011011100100000101000111110101100011110011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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