Html Css Color HEX #52419E Blue Gem

📋 copy color: '#52419E'

red 82 ◦ green 65 ◦ blue 158

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

Shades of Blue Gem #52419E

Tints of Blue Gem #52419E

RGB

 RED value IS 82 (32.42% from 255) = 26.89%

 GREEN value IS 65 (25.78% from 255) = 21.31%

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

R = 26.89%
G = 21.31%
B = 51.8%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52419E (or 0x52419E) is known color: Blue Gem. HEX triplet: 52, 41 and 9E. RGB value is (82,65,158). Sum of RGB (Red+Green+Blue) = 82+65+158=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 65 (25.78% from 255 or 21.31% 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 #52419E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52419E is #ADBE61. Grayscale: #505050. Windows color (decimal): -11386466 or 10371410. OLE color: 10371410.

HSL color Cylindrical-coordinate representation of color #52419E: hue angle of 250.97º 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 #52419E is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 65 158 -
CMYK 0.48 0.59 0 0.38
HSL 250.97º 0.42% 0.44% -
HSV(B) 250.97º 0.59% 0.62% -
XYZ 11.54 8.04 33.29 -
YUV 80.69 171.63 128.94 -
System Red Green Blue C M Y K H S L
Decimal 82 65 158 0.48 0.59 0 0.38 250.97 0.42 0.44
Hex 52 41 9E 30 3B 0 26 FB 2A 2C
Octal 122 101 236 60 73 0 46 373 52 54
Binary 1010010 1000001 10011110 110000 111011 0 100110 11111011 101010 101100

Color Harmonies of #52419E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52419E

Black with #52419E

Text Example


Text Example

White with #52419E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,65,158); }

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

background-color css

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

 a { background-color: rgb(82,65,158); }

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

border-color css

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

 span { border-color: rgb(82,65,158); }

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