#536178

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

Shades of Chambray #536178

Tints of Chambray #536178

Color information

#536178 (or 0x536178) is unknown color: approx Chambray. HEX triplet: 53, 61 and 78. RGB value is (83,97,120). Sum of RGB (Red+Green+Blue) = 83+97+120=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 120 - color contains mainly: blue. Hex color #536178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536178 is #AC9E87. Grayscale: #5F5F5F. Windows color (decimal): -11312776 or 7889235. OLE color: 7889235.

HSL color Cylindrical-coordinate representation of color #536178: hue angle of 217.3º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #536178 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8397120-
CMYK0.310.1900.53
HSL217.3º18.23%39.8%-
HSV(B)217.3º30.83%47.06%-
XYZ11.2311.7419.44-
YUV95.44141.86119.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.67%
GREEN value IS 97 (38.28% from 255) = 32.33%
BLUE value IS 120 (47.27% from 255) = 40%
R=27.67%
G=32.33%
B=40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83971200.310.1900.53217.318.2339.8
Hex5361781F13035d91228
Octal12314117037230653312250
Binary101001111000011111000111111001101101011101100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536178; }

 p { color: rgb(83,97,120); }

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

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

 a { background-color: rgb(83,97,120); }

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

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

 span { border-color: rgb(83,97,120); }

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