Html Css Color HEX #53409E Blue Gem

📋 copy color: '#53409E'

red 83 ◦ green 64 ◦ blue 158

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

Shades of Blue Gem #53409E

Tints of Blue Gem #53409E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 51.8%

R = 27.21%
G = 20.98%
B = 51.8%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53409E (or 0x53409E) is known color: Blue Gem. HEX triplet: 53, 40 and 9E. RGB value is (83,64,158). Sum of RGB (Red+Green+Blue) = 83+64+158=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #53409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53409E is #ACBF61. Grayscale: #505050. Windows color (decimal): -11321186 or 10371155. OLE color: 10371155.

HSL color Cylindrical-coordinate representation of color #53409E: hue angle of 252.13º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53409E is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 64 158 -
CMYK 0.47 0.59 0 0.38
HSL 252.13º 0.42% 0.44% -
HSV(B) 252.13º 0.59% 0.62% -
XYZ 11.57 7.97 33.28 -
YUV 80.4 171.79 129.86 -
System Red Green Blue C M Y K H S L
Decimal 83 64 158 0.47 0.59 0 0.38 252.13 0.42 0.44
Hex 53 40 9E 2F 3B 0 26 FC 2A 2C
Octal 123 100 236 57 73 0 46 374 52 54
Binary 1010011 1000000 10011110 101111 111011 0 100110 11111100 101010 101100

Color Harmonies of #53409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53409E

Black with #53409E

Text Example


Text Example

White with #53409E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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