Html Css Color HEX #52408F Blue Gem

📋 copy color: '#52408F'

red 82 ◦ green 64 ◦ blue 143

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

Shades of Blue Gem #52408F

Tints of Blue Gem #52408F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.15%

 BLUE value IS 143 (56.25% from 255) = 49.48%

R = 28.37%
G = 22.15%
B = 49.48%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#52408F (or 0x52408F) is known color: Blue Gem. HEX triplet: 52, 40 and 8F. RGB value is (82,64,143). Sum of RGB (Red+Green+Blue) = 82+64+143=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 143 (56.25% from 255 or 49.48% from 289); Max value from RGB is 143 - color contains mainly: blue. Hex color #52408F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52408F is #ADBF70. Grayscale: #4E4E4E. Windows color (decimal): -11386737 or 9388114. OLE color: 9388114.

HSL color Cylindrical-coordinate representation of color #52408F: hue angle of 253.67º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52408F is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 64 143 -
CMYK 0.43 0.55 0 0.44
HSL 253.67º 0.38% 0.41% -
HSV(B) 253.67º 0.55% 0.56% -
XYZ 10.27 7.44 26.88 -
YUV 78.39 164.46 130.58 -
System Red Green Blue C M Y K H S L
Decimal 82 64 143 0.43 0.55 0 0.44 253.67 0.38 0.41
Hex 52 40 8F 2B 37 0 2C FE 26 29
Octal 122 100 217 53 67 0 54 376 46 51
Binary 1010010 1000000 10001111 101011 110111 0 101100 11111110 100110 101001

Color Harmonies of #52408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52408F

Black with #52408F

Text Example


Text Example

White with #52408F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,64,143); }

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

background-color css

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

 a { background-color: rgb(82,64,143); }

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

border-color css

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

 span { border-color: rgb(82,64,143); }

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