Html Css Color HEX #514DAE Rich Blue

📋 copy color: '#514DAE'

red 81 ◦ green 77 ◦ blue 174

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

Shades of Rich Blue #514DAE

Tints of Rich Blue #514DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.41%

R = 24.4%
G = 23.19%
B = 52.41%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#514DAE (or 0x514DAE) is known color: Rich Blue. HEX triplet: 51, 4D and AE. RGB value is (81,77,174). Sum of RGB (Red+Green+Blue) = 81+77+174=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #514DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514DAE is #AEB251. Grayscale: #585858. Windows color (decimal): -11448914 or 11423057. OLE color: 11423057.

HSL color Cylindrical-coordinate representation of color #514DAE: hue angle of 242.47º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #514DAE is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 77 174 -
CMYK 0.53 0.56 0 0.32
HSL 242.47º 0.39% 0.49% -
HSV(B) 242.47º 0.56% 0.68% -
XYZ 13.69 10.11 41.28 -
YUV 89.25 175.83 122.11 -
System Red Green Blue C M Y K H S L
Decimal 81 77 174 0.53 0.56 0 0.32 242.47 0.39 0.49
Hex 51 4D AE 35 38 0 20 F2 27 31
Octal 121 115 256 65 70 0 40 362 47 61
Binary 1010001 1001101 10101110 110101 111000 0 100000 11110010 100111 110001

Color Harmonies of #514DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514DAE

Black with #514DAE

Text Example


Text Example

White with #514DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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