#533EB0

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

Shades of Rich Blue #533EB0

Tints of Rich Blue #533EB0

Color information

#533EB0 (or 0x533EB0) is unknown color: approx Rich Blue. HEX triplet: 53, 3E and B0. RGB value is (83,62,176). Sum of RGB (Red+Green+Blue) = 83+62+176=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 176 (69.14% from 255 or 54.83% from 321); Max value from RGB is 176 - color contains mainly: blue. Hex color #533EB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533EB0 is #ACC14F. Grayscale: #505050. Windows color (decimal): -11321680 or 11550291. OLE color: 11550291.

HSL color Cylindrical-coordinate representation of color #533EB0: hue angle of 251.05º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #533EB0 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8362176-
CMYK0.530.6500.31
HSL251.05º47.9%46.67%-
HSV(B)251.05º64.77%69.02%-
XYZ13.138.4242.01-
YUV81.28181.46129.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.86%
GREEN value IS 62 (24.61% from 255) = 19.31%
BLUE value IS 176 (69.14% from 255) = 54.83%
R=25.86%
G=19.31%
B=54.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83621760.530.6500.31251.0547.946.67
Hex533EB0354101Ffb302f
Octal12376260651010373736057
Binary101001111111010110000110101100000101111111111011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533EB0; }

 p { color: rgb(83,62,176); }

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

<style>
 a { background-color: #533EB0; }

 a { background-color: rgb(83,62,176); }

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

<style>
 span { border-color: #533EB0; }

 span { border-color: rgb(83,62,176); }

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