#535AAA

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

Shades of Rich Blue #535AAA

Tints of Rich Blue #535AAA

Color information

#535AAA (or 0x535AAA) is unknown color: approx Rich Blue. HEX triplet: 53, 5A and AA. RGB value is (83,90,170). Sum of RGB (Red+Green+Blue) = 83+90+170=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #535AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535AAA is #ACA555. Grayscale: #606060. Windows color (decimal): -11314518 or 11164243. OLE color: 11164243.

HSL color Cylindrical-coordinate representation of color #535AAA: hue angle of 235.17º 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 #535AAA is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8390170-
CMYK0.510.4700.33
HSL235.17º34.39%49.61%-
HSV(B)235.17º51.18%66.67%-
XYZ14.4812.0539.59-
YUV97.03169.18118-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.20%
GREEN value IS 90 (35.55% from 255) = 26.24%
BLUE value IS 170 (66.80% from 255) = 49.56%
R=24.20%
G=26.24%
B=49.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83901700.510.4700.33235.1734.3949.61
Hex535AAA332F021eb2232
Octal12313225263570413534262
Binary1010011101101010101010110011101111010000111101011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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