Html Css Color HEX #52449A Blue Gem

📋 copy color: '#52449A'

red 82 ◦ green 68 ◦ blue 154

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

Shades of Blue Gem #52449A

Tints of Blue Gem #52449A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.37%

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

R = 26.97%
G = 22.37%
B = 50.66%

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

#52449A (or 0x52449A) is known color: Blue Gem. HEX triplet: 52, 44 and 9A. RGB value is (82,68,154). Sum of RGB (Red+Green+Blue) = 82+68+154=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #52449A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52449A is #ADBB65. Grayscale: #515151. Windows color (decimal): -11385702 or 10110034. OLE color: 10110034.

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

Color convert

RGB 82 68 154 -
CMYK 0.47 0.56 0 0.40
HSL 249.77º 0.39% 0.44% -
HSV(B) 249.77º 0.56% 0.6% -
XYZ 11.38 8.26 31.57 -
YUV 81.99 168.64 128.01 -
System Red Green Blue C M Y K H S L
Decimal 82 68 154 0.47 0.56 0 0.40 249.77 0.39 0.44
Hex 52 44 9A 2F 38 0 28 FA 27 2C
Octal 122 104 232 57 70 0 50 372 47 54
Binary 1010010 1000100 10011010 101111 111000 0 101000 11111010 100111 101100

Color Harmonies of #52449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52449A

Black with #52449A

Text Example


Text Example

White with #52449A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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