#533fad

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

Shades of Rich Blue #533FAD

Tints of Rich Blue #533FAD

Color information

#533FAD (or 0x533FAD) is unknown color: approx Rich Blue. HEX triplet: 53, 3F and AD. RGB value is (83,63,173). Sum of RGB (Red+Green+Blue) = 83+63+173=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #533FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533FAD is #ACC052. Grayscale: #515151. Windows color (decimal): -11321427 or 11353939. OLE color: 11353939.

HSL color Cylindrical-coordinate representation of color #533FAD: hue angle of 250.91º 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 #533FAD is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8363173-
CMYK0.520.6400.32
HSL250.91º46.61%46.27%-
HSV(B)250.91º63.58%67.84%-
XYZ12.898.4140.48-
YUV81.52179.63129.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 63 (25% from 255) = 19.75%
BLUE value IS 173 (67.97% from 255) = 54.23%
R=26.02%
G=19.75%
B=54.23%

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
Decimal83631730.520.6400.32250.9146.6146.27
Hex533FAD3440020fb2f2e
Octal12377255641000403735756
Binary1010011111111101011011101001000000010000011111011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533fad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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