Html Css Color HEX #52389B Blue Gem

📋 copy color: '#52389B'

red 82 ◦ green 56 ◦ blue 155

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

Shades of Blue Gem #52389B

Tints of Blue Gem #52389B

RGB

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

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

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

R = 27.99%
G = 19.11%
B = 52.9%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52389B (or 0x52389B) is known color: Blue Gem. HEX triplet: 52, 38 and 9B. RGB value is (82,56,155). Sum of RGB (Red+Green+Blue) = 82+56+155=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #52389B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52389B is #ADC764. Grayscale: #4A4A4A. Windows color (decimal): -11388773 or 10172498. OLE color: 10172498.

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

Color convert

RGB 82 56 155 -
CMYK 0.47 0.64 0 0.39
HSL 255.76º 0.47% 0.41% -
HSV(B) 255.76º 0.64% 0.61% -
XYZ 10.81 6.99 31.79 -
YUV 75.06 173.11 132.95 -
System Red Green Blue C M Y K H S L
Decimal 82 56 155 0.47 0.64 0 0.39 255.76 0.47 0.41
Hex 52 38 9B 2F 40 0 27 100 2F 29
Octal 122 70 233 57 100 0 47 400 57 51
Binary 1010010 111000 10011011 101111 1000000 0 100111 100000000 101111 101001

Color Harmonies of #52389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52389B

Black with #52389B

Text Example


Text Example

White with #52389B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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