Html Css Color HEX #5240AC Rich Blue

📋 copy color: '#5240AC'

red 82 ◦ green 64 ◦ blue 172

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

Shades of Rich Blue #5240AC

Tints of Rich Blue #5240AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.09%

R = 25.79%
G = 20.13%
B = 54.09%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5240AC (or 0x5240AC) is known color: Rich Blue. HEX triplet: 52, 40 and AC. RGB value is (82,64,172). Sum of RGB (Red+Green+Blue) = 82+64+172=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #5240AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5240AC is #ADBF53. Grayscale: #515151. Windows color (decimal): -11386708 or 11288658. OLE color: 11288658.

HSL color Cylindrical-coordinate representation of color #5240AC: hue angle of 250º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5240AC is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 64 172 -
CMYK 0.52 0.63 0 0.33
HSL 250º 0.46% 0.46% -
HSV(B) 250º 0.63% 0.67% -
XYZ 12.76 8.44 39.99 -
YUV 81.69 178.96 128.22 -
System Red Green Blue C M Y K H S L
Decimal 82 64 172 0.52 0.63 0 0.33 250 0.46 0.46
Hex 52 40 AC 34 3F 0 21 FA 2E 2E
Octal 122 100 254 64 77 0 41 372 56 56
Binary 1010010 1000000 10101100 110100 111111 0 100001 11111010 101110 101110

Color Harmonies of #5240AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5240AC

Black with #5240AC

Text Example


Text Example

White with #5240AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5240AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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