Html Css Color HEX #524092 Blue Gem

📋 copy color: '#524092'

red 82 ◦ green 64 ◦ blue 146

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

Shades of Blue Gem #524092

Tints of Blue Gem #524092

RGB

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

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

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

R = 28.08%
G = 21.92%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#524092 (or 0x524092) is known color: Blue Gem. HEX triplet: 52, 40 and 92. RGB value is (82,64,146). Sum of RGB (Red+Green+Blue) = 82+64+146=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #524092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524092 is #ADBF6D. Grayscale: #4E4E4E. Windows color (decimal): -11386734 or 9584722. OLE color: 9584722.

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

Color convert

RGB 82 64 146 -
CMYK 0.44 0.56 0 0.43
HSL 253.17º 0.39% 0.41% -
HSV(B) 253.17º 0.56% 0.57% -
XYZ 10.5 7.54 28.1 -
YUV 78.73 165.96 130.33 -
System Red Green Blue C M Y K H S L
Decimal 82 64 146 0.44 0.56 0 0.43 253.17 0.39 0.41
Hex 52 40 92 2C 38 0 2B FD 27 29
Octal 122 100 222 54 70 0 53 375 47 51
Binary 1010010 1000000 10010010 101100 111000 0 101011 11111101 100111 101001

Color Harmonies of #524092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524092

Black with #524092

Text Example


Text Example

White with #524092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524092; }

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

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

background-color css

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

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

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

border-color css

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

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

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