Html Css Color HEX #52389A Blue Gem

📋 copy color: '#52389A'

red 82 ◦ green 56 ◦ blue 154

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

Shades of Blue Gem #52389A

Tints of Blue Gem #52389A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 52.74%

R = 28.08%
G = 19.18%
B = 52.74%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#52389A (or 0x52389A) is known color: Blue Gem. HEX triplet: 52, 38 and 9A. RGB value is (82,56,154). Sum of RGB (Red+Green+Blue) = 82+56+154=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 154 (60.55% from 255 or 52.74% from 292); Max value from RGB is 154 - color contains mainly: blue. Hex color #52389A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52389A is #ADC765. Grayscale: #4A4A4A. Windows color (decimal): -11388774 or 10106962. OLE color: 10106962.

HSL color Cylindrical-coordinate representation of color #52389A: hue angle of 255.92º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52389A is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 56 154 -
CMYK 0.47 0.64 0 0.40
HSL 255.92º 0.47% 0.41% -
HSV(B) 255.92º 0.64% 0.6% -
XYZ 10.73 6.96 31.35 -
YUV 74.95 172.61 133.03 -
System Red Green Blue C M Y K H S L
Decimal 82 56 154 0.47 0.64 0 0.40 255.92 0.47 0.41
Hex 52 38 9A 2F 40 0 28 100 2F 29
Octal 122 70 232 57 100 0 50 400 57 51
Binary 1010010 111000 10011010 101111 1000000 0 101000 100000000 101111 101001

Color Harmonies of #52389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52389A

Black with #52389A

Text Example


Text Example

White with #52389A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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