Html Css Color HEX #524AB6 Rich Blue

📋 copy color: '#524AB6'

red 82 ◦ green 74 ◦ blue 182

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

Shades of Rich Blue #524AB6

Tints of Rich Blue #524AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 53.85%

R = 24.26%
G = 21.89%
B = 53.85%

CMYK

 C value IS 0.55

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#524AB6 (or 0x524AB6) is known color: Rich Blue. HEX triplet: 52, 4A and B6. RGB value is (82,74,182). Sum of RGB (Red+Green+Blue) = 82+74+182=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 182 (71.48% from 255 or 53.85% from 338); Max value from RGB is 182 - color contains mainly: blue. Hex color #524AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524AB6 is #ADB549. Grayscale: #585858. Windows color (decimal): -11384138 or 11946578. OLE color: 11946578.

HSL color Cylindrical-coordinate representation of color #524AB6: hue angle of 244.44º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #524AB6 is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 74 182 -
CMYK 0.55 0.59 0 0.29
HSL 244.44º 0.43% 0.5% -
HSV(B) 244.44º 0.59% 0.71% -
XYZ 14.37 10.07 45.44 -
YUV 88.7 180.65 123.22 -
System Red Green Blue C M Y K H S L
Decimal 82 74 182 0.55 0.59 0 0.29 244.44 0.43 0.5
Hex 52 4A B6 37 3B 0 1D F4 2B 32
Octal 122 112 266 67 73 0 35 364 53 62
Binary 1010010 1001010 10110110 110111 111011 0 11101 11110100 101011 110010

Color Harmonies of #524AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524AB6

Black with #524AB6

Text Example


Text Example

White with #524AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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