#536079

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

Shades of Chambray #536079

Tints of Chambray #536079

Color information

#536079 (or 0x536079) is unknown color: approx Chambray. HEX triplet: 53, 60 and 79. RGB value is (83,96,121). Sum of RGB (Red+Green+Blue) = 83+96+121=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 121 - color contains mainly: blue. Hex color #536079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536079 is #AC9F86. Grayscale: #5E5E5E. Windows color (decimal): -11313031 or 7954515. OLE color: 7954515.

HSL color Cylindrical-coordinate representation of color #536079: hue angle of 219.47º degrees, saturation: 0.19, 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 #536079 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8396121-
CMYK0.310.2100.53
HSL219.47º18.63%40%-
HSV(B)219.47º31.4%47.45%-
XYZ11.211.5919.73-
YUV94.96142.69119.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.67%
GREEN value IS 96 (37.89% from 255) = 32%
BLUE value IS 121 (47.66% from 255) = 40.33%
R=27.67%
G=32%
B=40.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83961210.310.2100.53219.4718.6340
Hex5360791F15035db1328
Octal12314017137250653332350
Binary101001111000001111001111111010101101011101101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536079; }

 p { color: rgb(83,96,121); }

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

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

 a { background-color: rgb(83,96,121); }

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

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

 span { border-color: rgb(83,96,121); }

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