Html Css Color HEX #533F92 Blue Gem

📋 copy color: '#533F92'

red 83 ◦ green 63 ◦ blue 146

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

Shades of Blue Gem #533F92

Tints of Blue Gem #533F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 50%

R = 28.42%
G = 21.58%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#533F92 (or 0x533F92) is known color: Blue Gem. HEX triplet: 53, 3F and 92. RGB value is (83,63,146). Sum of RGB (Red+Green+Blue) = 83+63+146=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #533F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533F92 is #ACC06D. Grayscale: #4E4E4E. Windows color (decimal): -11321454 or 9584467. OLE color: 9584467.

HSL color Cylindrical-coordinate representation of color #533F92: hue angle of 254.46º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #533F92 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 63 146 -
CMYK 0.43 0.57 0 0.43
HSL 254.46º 0.4% 0.41% -
HSV(B) 254.46º 0.57% 0.57% -
XYZ 10.53 7.47 28.08 -
YUV 78.44 166.13 131.25 -
System Red Green Blue C M Y K H S L
Decimal 83 63 146 0.43 0.57 0 0.43 254.46 0.4 0.41
Hex 53 3F 92 2B 39 0 2B FE 28 29
Octal 123 77 222 53 71 0 53 376 50 51
Binary 1010011 111111 10010010 101011 111001 0 101011 11111110 101000 101001

Color Harmonies of #533F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F92

Black with #533F92

Text Example


Text Example

White with #533F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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