Html Css Color HEX #524EAE Rich Blue

📋 copy color: '#524EAE'

red 82 ◦ green 78 ◦ blue 174

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

Shades of Rich Blue #524EAE

Tints of Rich Blue #524EAE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.35%

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

R = 24.55%
G = 23.35%
B = 52.1%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#524EAE (or 0x524EAE) is known color: Rich Blue. HEX triplet: 52, 4E and AE. RGB value is (82,78,174). Sum of RGB (Red+Green+Blue) = 82+78+174=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #524EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524EAE is #ADB151. Grayscale: #595959. Windows color (decimal): -11383122 or 11423314. OLE color: 11423314.

HSL color Cylindrical-coordinate representation of color #524EAE: hue angle of 242.5º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #524EAE is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 78 174 -
CMYK 0.53 0.55 0 0.32
HSL 242.5º 0.38% 0.49% -
HSV(B) 242.5º 0.55% 0.68% -
XYZ 13.84 10.3 41.3 -
YUV 90.14 175.33 122.19 -
System Red Green Blue C M Y K H S L
Decimal 82 78 174 0.53 0.55 0 0.32 242.5 0.38 0.49
Hex 52 4E AE 35 37 0 20 F2 26 31
Octal 122 116 256 65 67 0 40 362 46 61
Binary 1010010 1001110 10101110 110101 110111 0 100000 11110010 100110 110001

Color Harmonies of #524EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524EAE

Black with #524EAE

Text Example


Text Example

White with #524EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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