Html Css Color HEX #515AAF Rich Blue

📋 copy color: '#515AAF'

red 81 ◦ green 90 ◦ blue 175

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

Shades of Rich Blue #515AAF

Tints of Rich Blue #515AAF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.01%

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

R = 23.41%
G = 26.01%
B = 50.58%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#515AAF (or 0x515AAF) is known color: Rich Blue. HEX triplet: 51, 5A and AF. RGB value is (81,90,175). Sum of RGB (Red+Green+Blue) = 81+90+175=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #515AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515AAF is #AEA550. Grayscale: #606060. Windows color (decimal): -11445585 or 11491921. OLE color: 11491921.

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

Color convert

RGB 81 90 175 -
CMYK 0.54 0.49 0 0.31
HSL 234.26º 0.37% 0.5% -
HSV(B) 234.26º 0.54% 0.69% -
XYZ 14.79 12.16 42.12 -
YUV 97 172.02 116.59 -
System Red Green Blue C M Y K H S L
Decimal 81 90 175 0.54 0.49 0 0.31 234.26 0.37 0.5
Hex 51 5A AF 36 31 0 1F EA 25 32
Octal 121 132 257 66 61 0 37 352 45 62
Binary 1010001 1011010 10101111 110110 110001 0 11111 11101010 100101 110010

Color Harmonies of #515AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515AAF

Black with #515AAF

Text Example


Text Example

White with #515AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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