#555F7F

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

Shades of Chambray #555F7F

Tints of Chambray #555F7F

Color information

#555F7F (or 0x555F7F) is unknown color: approx Chambray. HEX triplet: 55, 5F and 7F. RGB value is (85,95,127). Sum of RGB (Red+Green+Blue) = 85+95+127=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 127 - color contains mainly: blue. Hex color #555F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F7F is #AAA080. Grayscale: #5F5F5F. Windows color (decimal): -11182209 or 8347477. OLE color: 8347477.

HSL color Cylindrical-coordinate representation of color #555F7F: hue angle of 225.71º 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 #555F7F is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8595127-
CMYK0.330.2500.50
HSL225.71º19.81%41.57%-
HSV(B)225.71º33.07%49.8%-
XYZ11.6711.6521.71-
YUV95.66145.69120.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.69%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 127 (50% from 255) = 41.37%
R=27.69%
G=30.94%
B=41.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85951270.330.2500.50225.7119.8141.57
Hex555F7F2119032e2142a
Octal12513717741310623422452
Binary1010101101111111111111000011100101100101110001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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