Html Css Color HEX #524AB9 Rich Blue

📋 copy color: '#524AB9'

red 82 ◦ green 74 ◦ blue 185

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

Shades of Rich Blue #524AB9

Tints of Rich Blue #524AB9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.7%

 BLUE value IS 185 (72.66% from 255) = 54.25%

R = 24.05%
G = 21.7%
B = 54.25%

CMYK

 C value IS 0.56

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#524AB9 (or 0x524AB9) is known color: Rich Blue. HEX triplet: 52, 4A and B9. RGB value is (82,74,185). Sum of RGB (Red+Green+Blue) = 82+74+185=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 185 (72.66% from 255 or 54.25% from 341); Max value from RGB is 185 - color contains mainly: blue. Hex color #524AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524AB9 is #ADB546. Grayscale: #585858. Windows color (decimal): -11384135 or 12143186. OLE color: 12143186.

HSL color Cylindrical-coordinate representation of color #524AB9: hue angle of 244.32º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #524AB9 is Cyan = 0.56, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 74 185 -
CMYK 0.56 0.6 0 0.27
HSL 244.32º 0.44% 0.51% -
HSV(B) 244.32º 0.6% 0.73% -
XYZ 14.69 10.19 47.09 -
YUV 89.05 182.15 122.97 -
System Red Green Blue C M Y K H S L
Decimal 82 74 185 0.56 0.6 0 0.27 244.32 0.44 0.51
Hex 52 4A B9 38 3C 0 1B F4 2C 33
Octal 122 112 271 70 74 0 33 364 54 63
Binary 1010010 1001010 10111001 111000 111100 0 11011 11110100 101100 110011

Color Harmonies of #524AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524AB9

Black with #524AB9

Text Example


Text Example

White with #524AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,74,185); }

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

background-color css

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

 a { background-color: rgb(82,74,185); }

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

border-color css

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

 span { border-color: rgb(82,74,185); }

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