Html Css Color HEX #515BAA Rich Blue

📋 copy color: '#515BAA'

red 81 ◦ green 91 ◦ blue 170

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

Shades of Rich Blue #515BAA

Tints of Rich Blue #515BAA

RGB

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

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

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

R = 23.68%
G = 26.61%
B = 49.71%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#515BAA (or 0x515BAA) is known color: Rich Blue. HEX triplet: 51, 5B and AA. RGB value is (81,91,170). Sum of RGB (Red+Green+Blue) = 81+91+170=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #515BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515BAA is #AEA455. Grayscale: #606060. Windows color (decimal): -11445334 or 11164497. OLE color: 11164497.

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

Color convert

RGB 81 91 170 -
CMYK 0.52 0.46 0 0.33
HSL 233.26º 0.35% 0.49% -
HSV(B) 233.26º 0.52% 0.67% -
XYZ 14.39 12.13 39.61 -
YUV 97.02 169.19 116.58 -
System Red Green Blue C M Y K H S L
Decimal 81 91 170 0.52 0.46 0 0.33 233.26 0.35 0.49
Hex 51 5B AA 34 2E 0 21 E9 23 31
Octal 121 133 252 64 56 0 41 351 43 61
Binary 1010001 1011011 10101010 110100 101110 0 100001 11101001 100011 110001

Color Harmonies of #515BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515BAA

Black with #515BAA

Text Example


Text Example

White with #515BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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