Html Css Color HEX #524192 Blue Gem

📋 copy color: '#524192'

red 82 ◦ green 65 ◦ blue 146

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

Shades of Blue Gem #524192

Tints of Blue Gem #524192

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.18%

 BLUE value IS 146 (57.42% from 255) = 49.83%

R = 27.99%
G = 22.18%
B = 49.83%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#524192 (or 0x524192) is known color: Blue Gem. HEX triplet: 52, 41 and 92. RGB value is (82,65,146). Sum of RGB (Red+Green+Blue) = 82+65+146=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #524192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524192 is #ADBE6D. Grayscale: #4F4F4F. Windows color (decimal): -11386478 or 9584978. OLE color: 9584978.

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

Color convert

RGB 82 65 146 -
CMYK 0.44 0.55 0 0.43
HSL 252.59º 0.38% 0.41% -
HSV(B) 252.59º 0.55% 0.57% -
XYZ 10.56 7.65 28.11 -
YUV 79.32 165.63 129.91 -
System Red Green Blue C M Y K H S L
Decimal 82 65 146 0.44 0.55 0 0.43 252.59 0.38 0.41
Hex 52 41 92 2C 37 0 2B FD 26 29
Octal 122 101 222 54 67 0 53 375 46 51
Binary 1010010 1000001 10010010 101100 110111 0 101011 11111101 100110 101001

Color Harmonies of #524192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524192

Black with #524192

Text Example


Text Example

White with #524192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524192; }

 p { color: rgb(82,65,146); }

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

background-color css

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

 a { background-color: rgb(82,65,146); }

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

border-color css

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

 span { border-color: rgb(82,65,146); }

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