#535E76

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

Shades of Chambray #535E76

Tints of Chambray #535E76

Color information

#535E76 (or 0x535E76) is unknown color: approx Chambray. HEX triplet: 53, 5E and 76. RGB value is (83,94,118). Sum of RGB (Red+Green+Blue) = 83+94+118=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 118 - color contains mainly: blue. Hex color #535E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E76 is #ACA189. Grayscale: #5D5D5D. Windows color (decimal): -11313546 or 7757395. OLE color: 7757395.

HSL color Cylindrical-coordinate representation of color #535E76: hue angle of 221.14º 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 #535E76 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8394118-
CMYK0.300.2000.54
HSL221.14º17.41%39.41%-
HSV(B)221.14º29.66%46.27%-
XYZ10.8411.1518.72-
YUV93.45141.86120.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.14%
GREEN value IS 94 (37.11% from 255) = 31.86%
BLUE value IS 118 (46.48% from 255) = 40%
R=28.14%
G=31.86%
B=40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83941180.300.2000.54221.1417.4139.41
Hex535E761E14036dd1127
Octal12313616636240663352147
Binary101001110111101110110111101010001101101101110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535E76; }

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

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

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

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

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

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

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

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