Html Css Color HEX #533B9A Blue Gem

📋 copy color: '#533B9A'

red 83 ◦ green 59 ◦ blue 154

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

Shades of Blue Gem #533B9A

Tints of Blue Gem #533B9A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.93%

 BLUE value IS 154 (60.55% from 255) = 52.03%

R = 28.04%
G = 19.93%
B = 52.03%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#533B9A (or 0x533B9A) is known color: Blue Gem. HEX triplet: 53, 3B and 9A. RGB value is (83,59,154). Sum of RGB (Red+Green+Blue) = 83+59+154=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #533B9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533B9A is #ACC465. Grayscale: #4C4C4C. Windows color (decimal): -11322470 or 10107731. OLE color: 10107731.

HSL color Cylindrical-coordinate representation of color #533B9A: hue angle of 255.16º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #533B9A is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 59 154 -
CMYK 0.46 0.62 0 0.40
HSL 255.16º 0.45% 0.42% -
HSV(B) 255.16º 0.62% 0.6% -
XYZ 10.96 7.3 31.4 -
YUV 77.01 171.45 132.28 -
System Red Green Blue C M Y K H S L
Decimal 83 59 154 0.46 0.62 0 0.40 255.16 0.45 0.42
Hex 53 3B 9A 2E 3E 0 28 FF 2D 2A
Octal 123 73 232 56 76 0 50 377 55 52
Binary 1010011 111011 10011010 101110 111110 0 101000 11111111 101101 101010

Color Harmonies of #533B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B9A

Black with #533B9A

Text Example


Text Example

White with #533B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,59,154); }

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

background-color css

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

 a { background-color: rgb(83,59,154); }

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

border-color css

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

 span { border-color: rgb(83,59,154); }

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