Html Css Color HEX #515BAF Rich Blue

📋 copy color: '#515BAF'

red 81 ◦ green 91 ◦ blue 175

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

Shades of Rich Blue #515BAF

Tints of Rich Blue #515BAF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.22%

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

R = 23.34%
G = 26.22%
B = 50.43%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#515BAF (or 0x515BAF) is known color: Rich Blue. HEX triplet: 51, 5B and AF. RGB value is (81,91,175). Sum of RGB (Red+Green+Blue) = 81+91+175=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #515BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515BAF is #AEA450. Grayscale: #616161. Windows color (decimal): -11445329 or 11492177. OLE color: 11492177.

HSL color Cylindrical-coordinate representation of color #515BAF: hue angle of 233.62º 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 #515BAF is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 81 91 175 -
CMYK 0.54 0.48 0 0.31
HSL 233.62º 0.37% 0.5% -
HSV(B) 233.62º 0.54% 0.69% -
XYZ 14.87 12.33 42.15 -
YUV 97.59 171.69 116.17 -
System Red Green Blue C M Y K H S L
Decimal 81 91 175 0.54 0.48 0 0.31 233.62 0.37 0.5
Hex 51 5B AF 36 30 0 1F EA 25 32
Octal 121 133 257 66 60 0 37 352 45 62
Binary 1010001 1011011 10101111 110110 110000 0 11111 11101010 100101 110010

Color Harmonies of #515BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515BAF

Black with #515BAF

Text Example


Text Example

White with #515BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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