Html Css Color HEX #5246AE Rich Blue

📋 copy color: '#5246AE'

red 82 ◦ green 70 ◦ blue 174

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

Shades of Rich Blue #5246AE

Tints of Rich Blue #5246AE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.47%

 BLUE value IS 174 (68.36% from 255) = 53.37%

R = 25.15%
G = 21.47%
B = 53.37%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5246AE (or 0x5246AE) is known color: Rich Blue. HEX triplet: 52, 46 and AE. RGB value is (82,70,174). Sum of RGB (Red+Green+Blue) = 82+70+174=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #5246AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5246AE is #ADB951. Grayscale: #555555. Windows color (decimal): -11385170 or 11421266. OLE color: 11421266.

HSL color Cylindrical-coordinate representation of color #5246AE: hue angle of 246.92º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5246AE is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 70 174 -
CMYK 0.53 0.60 0 0.32
HSL 246.92º 0.43% 0.48% -
HSV(B) 246.92º 0.6% 0.68% -
XYZ 13.31 9.23 41.12 -
YUV 85.44 177.98 125.54 -
System Red Green Blue C M Y K H S L
Decimal 82 70 174 0.53 0.60 0 0.32 246.92 0.43 0.48
Hex 52 46 AE 35 3C 0 20 F7 2B 30
Octal 122 106 256 65 74 0 40 367 53 60
Binary 1010010 1000110 10101110 110101 111100 0 100000 11110111 101011 110000

Color Harmonies of #5246AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5246AE

Black with #5246AE

Text Example


Text Example

White with #5246AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5246AE; }

 p { color: rgb(82,70,174); }

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

background-color css

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

 a { background-color: rgb(82,70,174); }

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

border-color css

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

 span { border-color: rgb(82,70,174); }

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