Html Css Color HEX #515BAB Rich Blue

📋 copy color: '#515BAB'

red 81 ◦ green 91 ◦ blue 171

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

Shades of Rich Blue #515BAB

Tints of Rich Blue #515BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.85%

R = 23.62%
G = 26.53%
B = 49.85%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#515BAB (or 0x515BAB) is known color: Rich Blue. HEX triplet: 51, 5B and AB. RGB value is (81,91,171). Sum of RGB (Red+Green+Blue) = 81+91+171=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #515BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515BAB is #AEA454. Grayscale: #606060. Windows color (decimal): -11445333 or 11230033. OLE color: 11230033.

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

Color convert

RGB 81 91 171 -
CMYK 0.53 0.47 0 0.33
HSL 233.33º 0.36% 0.49% -
HSV(B) 233.33º 0.53% 0.67% -
XYZ 14.49 12.17 40.11 -
YUV 97.13 169.69 116.5 -
System Red Green Blue C M Y K H S L
Decimal 81 91 171 0.53 0.47 0 0.33 233.33 0.36 0.49
Hex 51 5B AB 35 2F 0 21 E9 24 31
Octal 121 133 253 65 57 0 41 351 44 61
Binary 1010001 1011011 10101011 110101 101111 0 100001 11101001 100100 110001

Color Harmonies of #515BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515BAB

Black with #515BAB

Text Example


Text Example

White with #515BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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