Html Css Color HEX #514CAE Rich Blue

📋 copy color: '#514CAE'

red 81 ◦ green 76 ◦ blue 174

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

Shades of Rich Blue #514CAE

Tints of Rich Blue #514CAE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.96%

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

R = 24.47%
G = 22.96%
B = 52.57%

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

#514CAE (or 0x514CAE) is known color: Rich Blue. HEX triplet: 51, 4C and AE. RGB value is (81,76,174). Sum of RGB (Red+Green+Blue) = 81+76+174=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #514CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514CAE is #AEB351. Grayscale: #585858. Windows color (decimal): -11449170 or 11422801. OLE color: 11422801.

HSL color Cylindrical-coordinate representation of color #514CAE: hue angle of 243.06º 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 #514CAE is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 76 174 -
CMYK 0.53 0.56 0 0.32
HSL 243.06º 0.39% 0.49% -
HSV(B) 243.06º 0.56% 0.68% -
XYZ 13.62 9.97 41.25 -
YUV 88.67 176.16 122.53 -
System Red Green Blue C M Y K H S L
Decimal 81 76 174 0.53 0.56 0 0.32 243.06 0.39 0.49
Hex 51 4C AE 35 38 0 20 F3 27 31
Octal 121 114 256 65 70 0 40 363 47 61
Binary 1010001 1001100 10101110 110101 111000 0 100000 11110011 100111 110001

Color Harmonies of #514CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514CAE

Black with #514CAE

Text Example


Text Example

White with #514CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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