#536276

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

Shades of Chambray #536276

Tints of Chambray #536276

Color information

#536276 (or 0x536276) is unknown color: approx Chambray. HEX triplet: 53, 62 and 76. RGB value is (83,98,118). Sum of RGB (Red+Green+Blue) = 83+98+118=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 118 - color contains mainly: blue. Hex color #536276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536276 is #AC9D89. Grayscale: #5F5F5F. Windows color (decimal): -11312522 or 7758419. OLE color: 7758419.

HSL color Cylindrical-coordinate representation of color #536276: hue angle of 214.29º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #536276 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8398118-
CMYK0.300.1700.54
HSL214.29º17.41%39.41%-
HSV(B)214.29º29.66%46.27%-
XYZ11.211.8818.84-
YUV95.79140.53118.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.76%
GREEN value IS 98 (38.67% from 255) = 32.78%
BLUE value IS 118 (46.48% from 255) = 39.46%
R=27.76%
G=32.78%
B=39.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83981180.300.1700.54214.2917.4139.41
Hex5362761E11036d61127
Octal12314216636210663262147
Binary101001111000101110110111101000101101101101011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536276; }

 p { color: rgb(83,98,118); }

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

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

 a { background-color: rgb(83,98,118); }

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

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

 span { border-color: rgb(83,98,118); }

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