#536072

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

Shades of Chambray #536072

Tints of Chambray #536072

Color information

#536072 (or 0x536072) is unknown color: approx Chambray. HEX triplet: 53, 60 and 72. RGB value is (83,96,114). Sum of RGB (Red+Green+Blue) = 83+96+114=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 114 - color contains mainly: blue. Hex color #536072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536072 is #AC9F8D. Grayscale: #5E5E5E. Windows color (decimal): -11313038 or 7495763. OLE color: 7495763.

HSL color Cylindrical-coordinate representation of color #536072: hue angle of 214.84º degrees, saturation: 0.16, 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 #536072 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8396114-
CMYK0.270.1600.55
HSL214.84º15.74%38.63%-
HSV(B)214.84º27.19%44.71%-
XYZ10.7911.4217.56-
YUV94.16139.19120.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.33%
GREEN value IS 96 (37.89% from 255) = 32.76%
BLUE value IS 114 (44.92% from 255) = 38.91%
R=28.33%
G=32.76%
B=38.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83961140.270.1600.55214.8415.7438.63
Hex5360721B10037d71027
Octal12314016233200673272047
Binary101001111000001110010110111000001101111101011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536072; }

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

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

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

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

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

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

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

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