Html Css Color HEX #52419B Blue Gem

📋 copy color: '#52419B'

red 82 ◦ green 65 ◦ blue 155

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

Shades of Blue Gem #52419B

Tints of Blue Gem #52419B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.32%

R = 27.15%
G = 21.52%
B = 51.32%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52419B (or 0x52419B) is known color: Blue Gem. HEX triplet: 52, 41 and 9B. RGB value is (82,65,155). Sum of RGB (Red+Green+Blue) = 82+65+155=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #52419B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52419B is #ADBE64. Grayscale: #505050. Windows color (decimal): -11386469 or 10174802. OLE color: 10174802.

HSL color Cylindrical-coordinate representation of color #52419B: hue angle of 251.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52419B is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 65 155 -
CMYK 0.47 0.58 0 0.39
HSL 251.33º 0.41% 0.43% -
HSV(B) 251.33º 0.58% 0.61% -
XYZ 11.29 7.94 31.95 -
YUV 80.34 170.13 129.18 -
System Red Green Blue C M Y K H S L
Decimal 82 65 155 0.47 0.58 0 0.39 251.33 0.41 0.43
Hex 52 41 9B 2F 3A 0 27 FB 29 2B
Octal 122 101 233 57 72 0 47 373 51 53
Binary 1010010 1000001 10011011 101111 111010 0 100111 11111011 101001 101011

Color Harmonies of #52419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52419B

Black with #52419B

Text Example


Text Example

White with #52419B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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