Html Css Color HEX #515FAA Rich Blue

📋 copy color: '#515FAA'

red 81 ◦ green 95 ◦ blue 170

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

Shades of Rich Blue #515FAA

Tints of Rich Blue #515FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.13%

R = 23.41%
G = 27.46%
B = 49.13%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#515FAA (or 0x515FAA) is known color: Rich Blue. HEX triplet: 51, 5F and AA. RGB value is (81,95,170). Sum of RGB (Red+Green+Blue) = 81+95+170=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #515FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515FAA is #AEA055. Grayscale: #636363. Windows color (decimal): -11444310 or 11165521. OLE color: 11165521.

HSL color Cylindrical-coordinate representation of color #515FAA: hue angle of 230.56º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #515FAA is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 95 170 -
CMYK 0.52 0.44 0 0.33
HSL 230.56º 0.35% 0.49% -
HSV(B) 230.56º 0.52% 0.67% -
XYZ 14.74 12.84 39.73 -
YUV 99.36 167.86 114.9 -
System Red Green Blue C M Y K H S L
Decimal 81 95 170 0.52 0.44 0 0.33 230.56 0.35 0.49
Hex 51 5F AA 34 2C 0 21 E7 23 31
Octal 121 137 252 64 54 0 41 347 43 61
Binary 1010001 1011111 10101010 110100 101100 0 100001 11100111 100011 110001

Color Harmonies of #515FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515FAA

Black with #515FAA

Text Example


Text Example

White with #515FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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