#533FB3

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

Shades of Rich Blue #533FB3

Tints of Rich Blue #533FB3

Color information

#533FB3 (or 0x533FB3) is unknown color: approx Rich Blue. HEX triplet: 53, 3F and B3. RGB value is (83,63,179). Sum of RGB (Red+Green+Blue) = 83+63+179=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 179 (70.31% from 255 or 55.08% from 325); Max value from RGB is 179 - color contains mainly: blue. Hex color #533FB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533FB3 is #ACC04C. Grayscale: #515151. Windows color (decimal): -11321421 or 11747155. OLE color: 11747155.

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

Color convert

RGB8363179-
CMYK0.540.6500.30
HSL250.34º47.93%47.45%-
HSV(B)250.34º64.8%70.2%-
XYZ13.488.6543.61-
YUV82.2182.63128.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.54%
GREEN value IS 63 (25% from 255) = 19.38%
BLUE value IS 179 (70.31% from 255) = 55.08%
R=25.54%
G=19.38%
B=55.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal83631790.540.6500.30250.3447.9347.45
Hex533FB3364101Efa302f
Octal12377263661010363726057
Binary101001111111110110011110110100000101111011111010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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