Html Css Color HEX #533FB6 Rich Blue

📋 copy color: '#533FB6'

red 83 ◦ green 63 ◦ blue 182

#533FB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #533FB6

Tints of Rich Blue #533FB6

RGB

 RED value IS 83 (32.81% from 255) = 25.3%

 GREEN value IS 63 (25% from 255) = 19.21%

 BLUE value IS 182 (71.48% from 255) = 55.49%

R = 25.3%
G = 19.21%
B = 55.49%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#533FB6 (or 0x533FB6) is known color: Rich Blue. HEX triplet: 53, 3F and B6. RGB value is (83,63,182). Sum of RGB (Red+Green+Blue) = 83+63+182=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 182 (71.48% from 255 or 55.49% from 328); Max value from RGB is 182 - color contains mainly: blue. Hex color #533FB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533FB6 is #ACC049. Grayscale: #525252. Windows color (decimal): -11321418 or 11943763. OLE color: 11943763.

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

Color convert

RGB 83 63 182 -
CMYK 0.54 0.65 0 0.29
HSL 250.08º 0.49% 0.48% -
HSV(B) 250.08º 0.65% 0.71% -
XYZ 13.79 8.77 45.22 -
YUV 82.55 184.13 128.32 -
System Red Green Blue C M Y K H S L
Decimal 83 63 182 0.54 0.65 0 0.29 250.08 0.49 0.48
Hex 53 3F B6 36 41 0 1D FA 31 30
Octal 123 77 266 66 101 0 35 372 61 60
Binary 1010011 111111 10110110 110110 1000001 0 11101 11111010 110001 110000

Color Harmonies of #533FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533FB6

Black with #533FB6

Text Example


Text Example

White with #533FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #533FB6;
 }
 .AnyTagClassName
 {
   color: #533FB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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