#555F7B

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

Shades of Chambray #555F7B

Tints of Chambray #555F7B

Color information

#555F7B (or 0x555F7B) is unknown color: approx Chambray. HEX triplet: 55, 5F and 7B. RGB value is (85,95,123). Sum of RGB (Red+Green+Blue) = 85+95+123=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 123 - color contains mainly: blue. Hex color #555F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F7B is #AAA084. Grayscale: #5F5F5F. Windows color (decimal): -11182213 or 8085333. OLE color: 8085333.

HSL color Cylindrical-coordinate representation of color #555F7B: hue angle of 224.21º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #555F7B is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8595123-
CMYK0.310.2300.52
HSL224.21º18.27%40.78%-
HSV(B)224.21º30.89%48.24%-
XYZ11.4111.5520.37-
YUV95.2143.69120.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 95 (37.5% from 255) = 31.35%
BLUE value IS 123 (48.44% from 255) = 40.59%
R=28.05%
G=31.35%
B=40.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85951230.310.2300.52224.2118.2740.78
Hex555F7B1F17034e01229
Octal12513717337270643402251
Binary101010110111111111011111111011101101001110000010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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