Html Css Color HEX #515FAF Rich Blue

📋 copy color: '#515FAF'

red 81 ◦ green 95 ◦ blue 175

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

Shades of Rich Blue #515FAF

Tints of Rich Blue #515FAF

RGB

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

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

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

R = 23.08%
G = 27.07%
B = 49.86%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#515FAF (or 0x515FAF) is known color: Rich Blue. HEX triplet: 51, 5F and AF. RGB value is (81,95,175). Sum of RGB (Red+Green+Blue) = 81+95+175=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #515FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515FAF is #AEA050. Grayscale: #636363. Windows color (decimal): -11444305 or 11493201. OLE color: 11493201.

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

Color convert

RGB 81 95 175 -
CMYK 0.54 0.46 0 0.31
HSL 231.06º 0.37% 0.5% -
HSV(B) 231.06º 0.54% 0.69% -
XYZ 15.22 13.03 42.27 -
YUV 99.93 170.36 114.5 -
System Red Green Blue C M Y K H S L
Decimal 81 95 175 0.54 0.46 0 0.31 231.06 0.37 0.5
Hex 51 5F AF 36 2E 0 1F E7 25 32
Octal 121 137 257 66 56 0 37 347 45 62
Binary 1010001 1011111 10101111 110110 101110 0 11111 11100111 100101 110010

Color Harmonies of #515FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515FAF

Black with #515FAF

Text Example


Text Example

White with #515FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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