#555C74

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

Shades of Chambray #555C74

Tints of Chambray #555C74

Color information

#555C74 (or 0x555C74) is unknown color: approx Chambray. HEX triplet: 55, 5C and 74. RGB value is (85,92,116). Sum of RGB (Red+Green+Blue) = 85+92+116=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 116 - color contains mainly: blue. Hex color #555C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C74 is #AAA38B. Grayscale: #5C5C5C. Windows color (decimal): -11182988 or 7625813. OLE color: 7625813.

HSL color Cylindrical-coordinate representation of color #555C74: hue angle of 226.45º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #555C74 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8592116-
CMYK0.270.2100.55
HSL226.45º15.42%39.41%-
HSV(B)226.45º26.72%45.49%-
XYZ10.7310.8518.05-
YUV92.64141.18122.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 92 (36.33% from 255) = 31.40%
BLUE value IS 116 (45.70% from 255) = 39.59%
R=29.01%
G=31.40%
B=39.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85921160.270.2100.55226.4515.4239.41
Hex555C741B15037e2f27
Octal12513416433250673421747
Binary10101011011100111010011011101010110111111000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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