#535DAA

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

Shades of Rich Blue #535DAA

Tints of Rich Blue #535DAA

Color information

#535DAA (or 0x535DAA) is unknown color: approx Rich Blue. HEX triplet: 53, 5D and AA. RGB value is (83,93,170). Sum of RGB (Red+Green+Blue) = 83+93+170=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #535DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535DAA is #ACA255. Grayscale: #626262. Windows color (decimal): -11313750 or 11165011. OLE color: 11165011.

HSL color Cylindrical-coordinate representation of color #535DAA: hue angle of 233.1º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #535DAA is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8393170-
CMYK0.510.4500.33
HSL233.1º34.39%49.61%-
HSV(B)233.1º51.18%66.67%-
XYZ14.7412.5739.68-
YUV98.79168.19116.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.99%
GREEN value IS 93 (36.72% from 255) = 26.88%
BLUE value IS 170 (66.80% from 255) = 49.13%
R=23.99%
G=26.88%
B=49.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83931700.510.4500.33233.134.3949.61
Hex535DAA332D021e92232
Octal12313525263550413514262
Binary1010011101110110101010110011101101010000111101001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,93,170); }

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

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

 a { background-color: rgb(83,93,170); }

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

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

 span { border-color: rgb(83,93,170); }

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