Html Css Color HEX #533DA1 Blue Gem

📋 copy color: '#533DA1'

red 83 ◦ green 61 ◦ blue 161

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

Shades of Blue Gem #533DA1

Tints of Blue Gem #533DA1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20%

 BLUE value IS 161 (63.28% from 255) = 52.79%

R = 27.21%
G = 20%
B = 52.79%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#533DA1 (or 0x533DA1) is known color: Blue Gem. HEX triplet: 53, 3D and A1. RGB value is (83,61,161). Sum of RGB (Red+Green+Blue) = 83+61+161=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 161 (63.28% from 255 or 52.79% from 305); Max value from RGB is 161 - color contains mainly: blue. Hex color #533DA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533DA1 is #ACC25E. Grayscale: #4E4E4E. Windows color (decimal): -11321951 or 10566995. OLE color: 10566995.

HSL color Cylindrical-coordinate representation of color #533DA1: hue angle of 253.2º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #533DA1 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 83 61 161 -
CMYK 0.48 0.62 0 0.37
HSL 253.2º 0.45% 0.44% -
HSV(B) 253.2º 0.62% 0.63% -
XYZ 11.67 7.75 34.6 -
YUV 78.98 174.29 130.87 -
System Red Green Blue C M Y K H S L
Decimal 83 61 161 0.48 0.62 0 0.37 253.2 0.45 0.44
Hex 53 3D A1 30 3E 0 25 FD 2D 2C
Octal 123 75 241 60 76 0 45 375 55 54
Binary 1010011 111101 10100001 110000 111110 0 100101 11111101 101101 101100

Color Harmonies of #533DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533DA1

Black with #533DA1

Text Example


Text Example

White with #533DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,61,161); }

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

background-color css

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

 a { background-color: rgb(83,61,161); }

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

border-color css

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

 span { border-color: rgb(83,61,161); }

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