#555B7A

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

Shades of Chambray #555B7A

Tints of Chambray #555B7A

Color information

#555B7A (or 0x555B7A) is unknown color: approx Chambray. HEX triplet: 55, 5B and 7A. RGB value is (85,91,122). Sum of RGB (Red+Green+Blue) = 85+91+122=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 122 - color contains mainly: blue. Hex color #555B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B7A is #AAA485. Grayscale: #5C5C5C. Windows color (decimal): -11183238 or 8018773. OLE color: 8018773.

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

Color convert

RGB8591122-
CMYK0.300.2500.52
HSL230.27º17.87%40.59%-
HSV(B)230.27º30.33%47.84%-
XYZ1110.8219.92-
YUV92.74144.51122.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.52%
GREEN value IS 91 (35.94% from 255) = 30.54%
BLUE value IS 122 (48.05% from 255) = 40.94%
R=28.52%
G=30.54%
B=40.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85911220.300.2500.52230.2717.8740.59
Hex555B7A1E19034e61229
Octal12513317236310643462251
Binary101010110110111111010111101100101101001110011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,91,122); }

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

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

 a { background-color: rgb(85,91,122); }

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

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

 span { border-color: rgb(85,91,122); }

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