Html Css Color HEX #514DB4 Rich Blue

📋 copy color: '#514DB4'

red 81 ◦ green 77 ◦ blue 180

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

Shades of Rich Blue #514DB4

Tints of Rich Blue #514DB4

RGB

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

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

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

R = 23.96%
G = 22.78%
B = 53.25%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#514DB4 (or 0x514DB4) is known color: Rich Blue. HEX triplet: 51, 4D and B4. RGB value is (81,77,180). Sum of RGB (Red+Green+Blue) = 81+77+180=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 180 (70.70% from 255 or 53.25% from 338); Max value from RGB is 180 - color contains mainly: blue. Hex color #514DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514DB4 is #AEB24B. Grayscale: #595959. Windows color (decimal): -11448908 or 11816273. OLE color: 11816273.

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

Color convert

RGB 81 77 180 -
CMYK 0.55 0.57 0 0.29
HSL 242.33º 0.41% 0.5% -
HSV(B) 242.33º 0.57% 0.71% -
XYZ 14.29 10.35 44.43 -
YUV 89.94 178.83 121.62 -
System Red Green Blue C M Y K H S L
Decimal 81 77 180 0.55 0.57 0 0.29 242.33 0.41 0.5
Hex 51 4D B4 37 39 0 1D F2 29 32
Octal 121 115 264 67 71 0 35 362 51 62
Binary 1010001 1001101 10110100 110111 111001 0 11101 11110010 101001 110010

Color Harmonies of #514DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514DB4

Black with #514DB4

Text Example


Text Example

White with #514DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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