#55607B

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

Shades of Chambray #55607B

Tints of Chambray #55607B

Color information

#55607B (or 0x55607B) is unknown color: approx Chambray. HEX triplet: 55, 60 and 7B. RGB value is (85,96,123). Sum of RGB (Red+Green+Blue) = 85+96+123=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 123 - color contains mainly: blue. Hex color #55607B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55607B is #AA9F84. Grayscale: #5F5F5F. Windows color (decimal): -11181957 or 8085589. OLE color: 8085589.

HSL color Cylindrical-coordinate representation of color #55607B: hue angle of 222.63º 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 #55607B is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8596123-
CMYK0.310.2200.52
HSL222.63º18.27%40.78%-
HSV(B)222.63º30.89%48.24%-
XYZ11.511.7320.4-
YUV95.79143.36120.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.96%
GREEN value IS 96 (37.89% from 255) = 31.58%
BLUE value IS 123 (48.44% from 255) = 40.46%
R=27.96%
G=31.58%
B=40.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85961230.310.2200.52222.6318.2740.78
Hex55607B1F16034df1229
Octal12514017337260643372251
Binary101010111000001111011111111011001101001101111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55607B; }

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

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

<style>
 a { background-color: #55607B; }

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

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

<style>
 span { border-color: #55607B; }

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

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