Html Css Color HEX #52389F Blue Gem

📋 copy color: '#52389F'

red 82 ◦ green 56 ◦ blue 159

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

Shades of Blue Gem #52389F

Tints of Blue Gem #52389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.86%

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

R = 27.61%
G = 18.86%
B = 53.54%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52389F (or 0x52389F) is known color: Blue Gem. HEX triplet: 52, 38 and 9F. RGB value is (82,56,159). Sum of RGB (Red+Green+Blue) = 82+56+159=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #52389F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52389F is #ADC760. Grayscale: #4B4B4B. Windows color (decimal): -11388769 or 10434642. OLE color: 10434642.

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

Color convert

RGB 82 56 159 -
CMYK 0.48 0.65 0 0.38
HSL 255.15º 0.48% 0.42% -
HSV(B) 255.15º 0.65% 0.62% -
XYZ 11.15 7.13 33.59 -
YUV 75.52 175.11 132.62 -
System Red Green Blue C M Y K H S L
Decimal 82 56 159 0.48 0.65 0 0.38 255.15 0.48 0.42
Hex 52 38 9F 30 41 0 26 FF 30 2A
Octal 122 70 237 60 101 0 46 377 60 52
Binary 1010010 111000 10011111 110000 1000001 0 100110 11111111 110000 101010

Color Harmonies of #52389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52389F

Black with #52389F

Text Example


Text Example

White with #52389F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,56,159); }

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

background-color css

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

 a { background-color: rgb(82,56,159); }

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

border-color css

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

 span { border-color: rgb(82,56,159); }

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