#535A79

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

Shades of Chambray #535A79

Tints of Chambray #535A79

Color information

#535A79 (or 0x535A79) is unknown color: approx Chambray. HEX triplet: 53, 5A and 79. RGB value is (83,90,121). Sum of RGB (Red+Green+Blue) = 83+90+121=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 121 - color contains mainly: blue. Hex color #535A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A79 is #ACA586. Grayscale: #5B5B5B. Windows color (decimal): -11314567 or 7952979. OLE color: 7952979.

HSL color Cylindrical-coordinate representation of color #535A79: hue angle of 228.95º 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 #535A79 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8390121-
CMYK0.310.2600.53
HSL228.95º18.63%40%-
HSV(B)228.95º31.4%47.45%-
XYZ10.6710.5319.56-
YUV91.44144.68121.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.23%
GREEN value IS 90 (35.55% from 255) = 30.61%
BLUE value IS 121 (47.66% from 255) = 41.16%
R=28.23%
G=30.61%
B=41.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83901210.310.2600.53228.9518.6340
Hex535A791F1A035e51328
Octal12313217137320653452350
Binary101001110110101111001111111101001101011110010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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