Html Css Color HEX #533B9B Blue Gem

📋 copy color: '#533B9B'

red 83 ◦ green 59 ◦ blue 155

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

Shades of Blue Gem #533B9B

Tints of Blue Gem #533B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 52.19%

R = 27.95%
G = 19.87%
B = 52.19%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#533B9B (or 0x533B9B) is known color: Blue Gem. HEX triplet: 53, 3B and 9B. RGB value is (83,59,155). Sum of RGB (Red+Green+Blue) = 83+59+155=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #533B9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533B9B is #ACC464. Grayscale: #4C4C4C. Windows color (decimal): -11322469 or 10173267. OLE color: 10173267.

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

Color convert

RGB 83 59 155 -
CMYK 0.46 0.62 0 0.39
HSL 255º 0.45% 0.42% -
HSV(B) 255º 0.62% 0.61% -
XYZ 11.05 7.33 31.84 -
YUV 77.12 171.95 132.19 -
System Red Green Blue C M Y K H S L
Decimal 83 59 155 0.46 0.62 0 0.39 255 0.45 0.42
Hex 53 3B 9B 2E 3E 0 27 FF 2D 2A
Octal 123 73 233 56 76 0 47 377 55 52
Binary 1010011 111011 10011011 101110 111110 0 100111 11111111 101101 101010

Color Harmonies of #533B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B9B

Black with #533B9B

Text Example


Text Example

White with #533B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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