#533FAE

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

Shades of Rich Blue #533FAE

Tints of Rich Blue #533FAE

Color information

#533FAE (or 0x533FAE) is unknown color: approx Rich Blue. HEX triplet: 53, 3F and AE. RGB value is (83,63,174). Sum of RGB (Red+Green+Blue) = 83+63+174=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #533FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533FAE is #ACC051. Grayscale: #515151. Windows color (decimal): -11321426 or 11419475. OLE color: 11419475.

HSL color Cylindrical-coordinate representation of color #533FAE: hue angle of 250.81º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #533FAE is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8363174-
CMYK0.520.6400.32
HSL250.81º46.84%46.47%-
HSV(B)250.81º63.79%68.24%-
XYZ12.988.4540.99-
YUV81.63180.13128.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.94%
GREEN value IS 63 (25% from 255) = 19.69%
BLUE value IS 174 (68.36% from 255) = 54.38%
R=25.94%
G=19.69%
B=54.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83631740.520.6400.32250.8146.8446.47
Hex533FAE3440020fb2f2e
Octal12377256641000403735756
Binary1010011111111101011101101001000000010000011111011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,63,174); }

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

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

 a { background-color: rgb(83,63,174); }

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

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

 span { border-color: rgb(83,63,174); }

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