Html Css Color HEX #533C94 Blue Gem

📋 copy color: '#533C94'

red 83 ◦ green 60 ◦ blue 148

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

Shades of Blue Gem #533C94

Tints of Blue Gem #533C94

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.62%

 BLUE value IS 148 (58.2% from 255) = 50.86%

R = 28.52%
G = 20.62%
B = 50.86%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#533C94 (or 0x533C94) is known color: Blue Gem. HEX triplet: 53, 3C and 94. RGB value is (83,60,148). Sum of RGB (Red+Green+Blue) = 83+60+148=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 148 (58.20% from 255 or 50.86% from 291); Max value from RGB is 148 - color contains mainly: blue. Hex color #533C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533C94 is #ACC36B. Grayscale: #4C4C4C. Windows color (decimal): -11322220 or 9714771. OLE color: 9714771.

HSL color Cylindrical-coordinate representation of color #533C94: hue angle of 255.68º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #533C94 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 60 148 -
CMYK 0.44 0.59 0 0.42
HSL 255.68º 0.42% 0.41% -
HSV(B) 255.68º 0.59% 0.58% -
XYZ 10.53 7.21 28.85 -
YUV 76.91 168.12 132.34 -
System Red Green Blue C M Y K H S L
Decimal 83 60 148 0.44 0.59 0 0.42 255.68 0.42 0.41
Hex 53 3C 94 2C 3B 0 2A 100 2A 29
Octal 123 74 224 54 73 0 52 400 52 51
Binary 1010011 111100 10010100 101100 111011 0 101010 100000000 101010 101001

Color Harmonies of #533C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533C94

Black with #533C94

Text Example


Text Example

White with #533C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,60,148); }

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

background-color css

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

 a { background-color: rgb(83,60,148); }

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

border-color css

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

 span { border-color: rgb(83,60,148); }

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