Html Css Color HEX #514DAB Rich Blue

📋 copy color: '#514DAB'

red 81 ◦ green 77 ◦ blue 171

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

Shades of Rich Blue #514DAB

Tints of Rich Blue #514DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.4%

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

R = 24.62%
G = 23.4%
B = 51.98%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#514DAB (or 0x514DAB) is known color: Rich Blue. HEX triplet: 51, 4D and AB. RGB value is (81,77,171). Sum of RGB (Red+Green+Blue) = 81+77+171=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #514DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514DAB is #AEB254. Grayscale: #585858. Windows color (decimal): -11448917 or 11226449. OLE color: 11226449.

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

Color convert

RGB 81 77 171 -
CMYK 0.53 0.55 0 0.33
HSL 242.55º 0.38% 0.49% -
HSV(B) 242.55º 0.55% 0.67% -
XYZ 13.4 10 39.75 -
YUV 88.91 174.33 122.36 -
System Red Green Blue C M Y K H S L
Decimal 81 77 171 0.53 0.55 0 0.33 242.55 0.38 0.49
Hex 51 4D AB 35 37 0 21 F3 26 31
Octal 121 115 253 65 67 0 41 363 46 61
Binary 1010001 1001101 10101011 110101 110111 0 100001 11110011 100110 110001

Color Harmonies of #514DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514DAB

Black with #514DAB

Text Example


Text Example

White with #514DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514DAB; }

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

 H1.HeaderClassName
 {
   color: #514DAB;
 }
 .AnyTagClassName
 {
   color: #514DAB;
 }
</style>

background-color css

<style>
 a { background-color: #514DAB; }

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

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

border-color css

<style>
 span { border-color: #514DAB; }

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

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