Html Css Color HEX #533FB7 Rich Blue

📋 copy color: '#533FB7'

red 83 ◦ green 63 ◦ blue 183

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

Shades of Rich Blue #533FB7

Tints of Rich Blue #533FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 55.62%

R = 25.23%
G = 19.15%
B = 55.62%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#533FB7 (or 0x533FB7) is known color: Rich Blue. HEX triplet: 53, 3F and B7. RGB value is (83,63,183). Sum of RGB (Red+Green+Blue) = 83+63+183=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 183 (71.88% from 255 or 55.62% from 329); Max value from RGB is 183 - color contains mainly: blue. Hex color #533FB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533FB7 is #ACC048. Grayscale: #525252. Windows color (decimal): -11321417 or 12009299. OLE color: 12009299.

HSL color Cylindrical-coordinate representation of color #533FB7: hue angle of 250º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #533FB7 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 63 183 -
CMYK 0.55 0.66 0 0.28
HSL 250º 0.49% 0.48% -
HSV(B) 250º 0.66% 0.72% -
XYZ 13.89 8.81 45.77 -
YUV 82.66 184.63 128.24 -
System Red Green Blue C M Y K H S L
Decimal 83 63 183 0.55 0.66 0 0.28 250 0.49 0.48
Hex 53 3F B7 37 42 0 1C FA 31 30
Octal 123 77 267 67 102 0 34 372 61 60
Binary 1010011 111111 10110111 110111 1000010 0 11100 11111010 110001 110000

Color Harmonies of #533FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533FB7

Black with #533FB7

Text Example


Text Example

White with #533FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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