#555C75

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

Shades of Chambray #555C75

Tints of Chambray #555C75

Color information

#555C75 (or 0x555C75) is unknown color: approx Chambray. HEX triplet: 55, 5C and 75. RGB value is (85,92,117). Sum of RGB (Red+Green+Blue) = 85+92+117=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 117 - color contains mainly: blue. Hex color #555C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C75 is #AAA38A. Grayscale: #5C5C5C. Windows color (decimal): -11182987 or 7691349. OLE color: 7691349.

HSL color Cylindrical-coordinate representation of color #555C75: hue angle of 226.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #555C75 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8592117-
CMYK0.270.2100.54
HSL226.88º15.84%39.61%-
HSV(B)226.88º27.35%45.88%-
XYZ10.7810.8718.36-
YUV92.76141.68122.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.91%
GREEN value IS 92 (36.33% from 255) = 31.29%
BLUE value IS 117 (46.09% from 255) = 39.80%
R=28.91%
G=31.29%
B=39.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85921170.270.2100.54226.8815.8439.61
Hex555C751B15036e31028
Octal12513416533250663432050
Binary101010110111001110101110111010101101101110001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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