Html Css Color HEX #514FB4 Rich Blue

📋 copy color: '#514FB4'

red 81 ◦ green 79 ◦ blue 180

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

Shades of Rich Blue #514FB4

Tints of Rich Blue #514FB4

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.24%

 BLUE value IS 180 (70.7% from 255) = 52.94%

R = 23.82%
G = 23.24%
B = 52.94%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#514FB4 (or 0x514FB4) is known color: Rich Blue. HEX triplet: 51, 4F and B4. RGB value is (81,79,180). Sum of RGB (Red+Green+Blue) = 81+79+180=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 180 (70.70% from 255 or 52.94% from 340); Max value from RGB is 180 - color contains mainly: blue. Hex color #514FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514FB4 is #AEB04B. Grayscale: #5A5A5A. Windows color (decimal): -11448396 or 11816785. OLE color: 11816785.

HSL color Cylindrical-coordinate representation of color #514FB4: hue angle of 241.19º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #514FB4 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 81 79 180 -
CMYK 0.55 0.56 0 0.29
HSL 241.19º 0.4% 0.51% -
HSV(B) 241.19º 0.56% 0.71% -
XYZ 14.43 10.64 44.47 -
YUV 91.11 178.16 120.79 -
System Red Green Blue C M Y K H S L
Decimal 81 79 180 0.55 0.56 0 0.29 241.19 0.4 0.51
Hex 51 4F B4 37 38 0 1D F1 28 33
Octal 121 117 264 67 70 0 35 361 50 63
Binary 1010001 1001111 10110100 110111 111000 0 11101 11110001 101000 110011

Color Harmonies of #514FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514FB4

Black with #514FB4

Text Example


Text Example

White with #514FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,79,180); }

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

background-color css

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

 a { background-color: rgb(81,79,180); }

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

border-color css

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

 span { border-color: rgb(81,79,180); }

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