Html Css Color HEX #5240AB Rich Blue

📋 copy color: '#5240AB'

red 82 ◦ green 64 ◦ blue 171

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

Shades of Rich Blue #5240AB

Tints of Rich Blue #5240AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.94%

R = 25.87%
G = 20.19%
B = 53.94%

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

#5240AB (or 0x5240AB) is known color: Rich Blue. HEX triplet: 52, 40 and AB. RGB value is (82,64,171). Sum of RGB (Red+Green+Blue) = 82+64+171=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #5240AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5240AB is #ADBF54. Grayscale: #515151. Windows color (decimal): -11386709 or 11223122. OLE color: 11223122.

HSL color Cylindrical-coordinate representation of color #5240AB: hue angle of 250.09º 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 #5240AB is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 64 171 -
CMYK 0.52 0.63 0 0.33
HSL 250.09º 0.46% 0.46% -
HSV(B) 250.09º 0.63% 0.67% -
XYZ 12.66 8.4 39.48 -
YUV 81.58 178.46 128.3 -
System Red Green Blue C M Y K H S L
Decimal 82 64 171 0.52 0.63 0 0.33 250.09 0.46 0.46
Hex 52 40 AB 34 3F 0 21 FA 2E 2E
Octal 122 100 253 64 77 0 41 372 56 56
Binary 1010010 1000000 10101011 110100 111111 0 100001 11111010 101110 101110

Color Harmonies of #5240AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5240AB

Black with #5240AB

Text Example


Text Example

White with #5240AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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