Html Css Color HEX #52439A Blue Gem

📋 copy color: '#52439A'

red 82 ◦ green 67 ◦ blue 154

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

Shades of Blue Gem #52439A

Tints of Blue Gem #52439A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.11%

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

R = 27.06%
G = 22.11%
B = 50.83%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#52439A (or 0x52439A) is known color: Blue Gem. HEX triplet: 52, 43 and 9A. RGB value is (82,67,154). Sum of RGB (Red+Green+Blue) = 82+67+154=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 154 (60.55% from 255 or 50.83% from 303); Max value from RGB is 154 - color contains mainly: blue. Hex color #52439A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52439A is #ADBC65. Grayscale: #515151. Windows color (decimal): -11385958 or 10109778. OLE color: 10109778.

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

Color convert

RGB 82 67 154 -
CMYK 0.47 0.56 0 0.40
HSL 250.34º 0.39% 0.43% -
HSV(B) 250.34º 0.56% 0.6% -
XYZ 11.32 8.14 31.55 -
YUV 81.4 168.97 128.43 -
System Red Green Blue C M Y K H S L
Decimal 82 67 154 0.47 0.56 0 0.40 250.34 0.39 0.43
Hex 52 43 9A 2F 38 0 28 FA 27 2B
Octal 122 103 232 57 70 0 50 372 47 53
Binary 1010010 1000011 10011010 101111 111000 0 101000 11111010 100111 101011

Color Harmonies of #52439A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52439A

Black with #52439A

Text Example


Text Example

White with #52439A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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