Html Css Color HEX #515FAE Rich Blue

📋 copy color: '#515FAE'

red 81 ◦ green 95 ◦ blue 174

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

Shades of Rich Blue #515FAE

Tints of Rich Blue #515FAE

RGB

 RED value IS 81 (32.03% from 255) = 23.14%

 GREEN value IS 95 (37.5% from 255) = 27.14%

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

R = 23.14%
G = 27.14%
B = 49.71%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#515FAE (or 0x515FAE) is known color: Rich Blue. HEX triplet: 51, 5F and AE. RGB value is (81,95,174). Sum of RGB (Red+Green+Blue) = 81+95+174=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #515FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515FAE is #AEA051. Grayscale: #636363. Windows color (decimal): -11444306 or 11427665. OLE color: 11427665.

HSL color Cylindrical-coordinate representation of color #515FAE: hue angle of 230.97º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #515FAE is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 95 174 -
CMYK 0.53 0.45 0 0.32
HSL 230.97º 0.36% 0.5% -
HSV(B) 230.97º 0.53% 0.68% -
XYZ 15.13 12.99 41.75 -
YUV 99.82 169.86 114.58 -
System Red Green Blue C M Y K H S L
Decimal 81 95 174 0.53 0.45 0 0.32 230.97 0.36 0.5
Hex 51 5F AE 35 2D 0 20 E7 24 32
Octal 121 137 256 65 55 0 40 347 44 62
Binary 1010001 1011111 10101110 110101 101101 0 100000 11100111 100100 110010

Color Harmonies of #515FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515FAE

Black with #515FAE

Text Example


Text Example

White with #515FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515FAE; }

 p { color: rgb(81,95,174); }

 H1.HeaderClassName
 {
   color: #515FAE;
 }
 .AnyTagClassName
 {
   color: #515FAE;
 }
</style>

background-color css

<style>
 a { background-color: #515FAE; }

 a { background-color: rgb(81,95,174); }

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

border-color css

<style>
 span { border-color: #515FAE; }

 span { border-color: rgb(81,95,174); }

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