Html Css Color HEX #533FA5 Blue Gem

📋 copy color: '#533FA5'

red 83 ◦ green 63 ◦ blue 165

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

Shades of Blue Gem #533FA5

Tints of Blue Gem #533FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 53.05%

R = 26.69%
G = 20.26%
B = 53.05%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#533FA5 (or 0x533FA5) is known color: Blue Gem. HEX triplet: 53, 3F and A5. RGB value is (83,63,165). Sum of RGB (Red+Green+Blue) = 83+63+165=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 165 (64.84% from 255 or 53.05% from 311); Max value from RGB is 165 - color contains mainly: blue. Hex color #533FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533FA5 is #ACC05A. Grayscale: #505050. Windows color (decimal): -11321435 or 10829651. OLE color: 10829651.

HSL color Cylindrical-coordinate representation of color #533FA5: hue angle of 251.76º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #533FA5 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 83 63 165 -
CMYK 0.50 0.62 0 0.35
HSL 251.76º 0.45% 0.45% -
HSV(B) 251.76º 0.62% 0.65% -
XYZ 12.14 8.11 36.52 -
YUV 80.61 175.63 129.71 -
System Red Green Blue C M Y K H S L
Decimal 83 63 165 0.50 0.62 0 0.35 251.76 0.45 0.45
Hex 53 3F A5 32 3E 0 23 FC 2D 2D
Octal 123 77 245 62 76 0 43 374 55 55
Binary 1010011 111111 10100101 110010 111110 0 100011 11111100 101101 101101

Color Harmonies of #533FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533FA5

Black with #533FA5

Text Example


Text Example

White with #533FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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