#555C7F

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

Shades of Chambray #555C7F

Tints of Chambray #555C7F

Color information

#555C7F (or 0x555C7F) is unknown color: approx Chambray. HEX triplet: 55, 5C and 7F. RGB value is (85,92,127). Sum of RGB (Red+Green+Blue) = 85+92+127=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 127 - color contains mainly: blue. Hex color #555C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C7F is #AAA380. Grayscale: #5D5D5D. Windows color (decimal): -11182977 or 8346709. OLE color: 8346709.

HSL color Cylindrical-coordinate representation of color #555C7F: hue angle of 230º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #555C7F is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8592127-
CMYK0.330.2800.50
HSL230º19.81%41.57%-
HSV(B)230º33.07%49.8%-
XYZ11.411.1221.62-
YUV93.9146.68121.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.96%
GREEN value IS 92 (36.33% from 255) = 30.26%
BLUE value IS 127 (50% from 255) = 41.78%
R=27.96%
G=30.26%
B=41.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85921270.330.2800.5023019.8141.57
Hex555C7F211C032e6142a
Octal12513417741340623462452
Binary1010101101110011111111000011110001100101110011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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