Html Css Color HEX #53409F Blue Gem

📋 copy color: '#53409F'

red 83 ◦ green 64 ◦ blue 159

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

Shades of Blue Gem #53409F

Tints of Blue Gem #53409F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.92%

 BLUE value IS 159 (62.5% from 255) = 51.96%

R = 27.12%
G = 20.92%
B = 51.96%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53409F (or 0x53409F) is known color: Blue Gem. HEX triplet: 53, 40 and 9F. RGB value is (83,64,159). Sum of RGB (Red+Green+Blue) = 83+64+159=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #53409F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53409F is #ACBF60. Grayscale: #505050. Windows color (decimal): -11321185 or 10436691. OLE color: 10436691.

HSL color Cylindrical-coordinate representation of color #53409F: hue angle of 252º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53409F is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 64 159 -
CMYK 0.48 0.60 0 0.38
HSL 252º 0.43% 0.44% -
HSV(B) 252º 0.6% 0.62% -
XYZ 11.66 8.01 33.73 -
YUV 80.51 172.29 129.78 -
System Red Green Blue C M Y K H S L
Decimal 83 64 159 0.48 0.60 0 0.38 252 0.43 0.44
Hex 53 40 9F 30 3C 0 26 FC 2B 2C
Octal 123 100 237 60 74 0 46 374 53 54
Binary 1010011 1000000 10011111 110000 111100 0 100110 11111100 101011 101100

Color Harmonies of #53409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53409F

Black with #53409F

Text Example


Text Example

White with #53409F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53409F; }

 p { color: rgb(83,64,159); }

 H1.HeaderClassName
 {
   color: #53409F;
 }
 .AnyTagClassName
 {
   color: #53409F;
 }
</style>

background-color css

<style>
 a { background-color: #53409F; }

 a { background-color: rgb(83,64,159); }

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

border-color css

<style>
 span { border-color: #53409F; }

 span { border-color: rgb(83,64,159); }

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