Html Css Color HEX #515DAF Rich Blue

📋 copy color: '#515DAF'

red 81 ◦ green 93 ◦ blue 175

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

Shades of Rich Blue #515DAF

Tints of Rich Blue #515DAF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.65%

 BLUE value IS 175 (68.75% from 255) = 50.14%

R = 23.21%
G = 26.65%
B = 50.14%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#515DAF (or 0x515DAF) is known color: Rich Blue. HEX triplet: 51, 5D and AF. RGB value is (81,93,175). Sum of RGB (Red+Green+Blue) = 81+93+175=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #515DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515DAF is #AEA250. Grayscale: #626262. Windows color (decimal): -11444817 or 11492689. OLE color: 11492689.

HSL color Cylindrical-coordinate representation of color #515DAF: hue angle of 232.34º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #515DAF is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 81 93 175 -
CMYK 0.54 0.47 0 0.31
HSL 232.34º 0.37% 0.5% -
HSV(B) 232.34º 0.54% 0.69% -
XYZ 15.05 12.67 42.21 -
YUV 98.76 171.02 115.33 -
System Red Green Blue C M Y K H S L
Decimal 81 93 175 0.54 0.47 0 0.31 232.34 0.37 0.5
Hex 51 5D AF 36 2F 0 1F E8 25 32
Octal 121 135 257 66 57 0 37 350 45 62
Binary 1010001 1011101 10101111 110110 101111 0 11111 11101000 100101 110010

Color Harmonies of #515DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DAF

Black with #515DAF

Text Example


Text Example

White with #515DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,93,175); }

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

background-color css

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

 a { background-color: rgb(81,93,175); }

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

border-color css

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

 span { border-color: rgb(81,93,175); }

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