#535A81

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

Shades of Chambray #535A81

Tints of Chambray #535A81

Color information

#535A81 (or 0x535A81) is unknown color: approx Chambray. HEX triplet: 53, 5A and 81. RGB value is (83,90,129). Sum of RGB (Red+Green+Blue) = 83+90+129=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 129 - color contains mainly: blue. Hex color #535A81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535A81 is #ACA57E. Grayscale: #5C5C5C. Windows color (decimal): -11314559 or 8477267. OLE color: 8477267.

HSL color Cylindrical-coordinate representation of color #535A81: hue angle of 230.87º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #535A81 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8390129-
CMYK0.360.3000.49
HSL230.87º21.7%41.57%-
HSV(B)230.87º35.66%50.59%-
XYZ11.1910.7422.25-
YUV92.35148.68121.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.48%
GREEN value IS 90 (35.55% from 255) = 29.80%
BLUE value IS 129 (50.78% from 255) = 42.72%
R=27.48%
G=29.80%
B=42.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83901290.360.3000.49230.8721.741.57
Hex535A81241E031e7162a
Octal12313220144360613472652
Binary10100111011010100000011001001111001100011110011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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