#535EA6

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

Shades of Rich Blue #535EA6

Tints of Rich Blue #535EA6

Color information

#535EA6 (or 0x535EA6) is unknown color: approx Rich Blue. HEX triplet: 53, 5E and A6. RGB value is (83,94,166). Sum of RGB (Red+Green+Blue) = 83+94+166=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 166 (65.23% from 255 or 48.40% from 343); Max value from RGB is 166 - color contains mainly: blue. Hex color #535EA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535EA6 is #ACA159. Grayscale: #626262. Windows color (decimal): -11313498 or 10903123. OLE color: 10903123.

HSL color Cylindrical-coordinate representation of color #535EA6: hue angle of 232.05º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #535EA6 is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8394166-
CMYK0.500.4300.35
HSL232.05º33.33%48.82%-
HSV(B)232.05º50%65.1%-
XYZ14.4512.637.75-
YUV98.92165.86116.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.20%
GREEN value IS 94 (37.11% from 255) = 27.41%
BLUE value IS 166 (65.23% from 255) = 48.40%
R=24.20%
G=27.41%
B=48.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal83941660.500.4300.35232.0533.3348.82
Hex535EA6322B023e82131
Octal12313624662530433504161
Binary1010011101111010100110110010101011010001111101000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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