Html Css Color HEX #514DBC Rich Blue

📋 copy color: '#514DBC'

red 81 ◦ green 77 ◦ blue 188

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

Shades of Rich Blue #514DBC

Tints of Rich Blue #514DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.34%

R = 23.41%
G = 22.25%
B = 54.34%

CMYK

 C value IS 0.57

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#514DBC (or 0x514DBC) is known color: Rich Blue. HEX triplet: 51, 4D and BC. RGB value is (81,77,188). Sum of RGB (Red+Green+Blue) = 81+77+188=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #514DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514DBC is #AEB243. Grayscale: #5A5A5A. Windows color (decimal): -11448900 or 12340561. OLE color: 12340561.

HSL color Cylindrical-coordinate representation of color #514DBC: hue angle of 242.16º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #514DBC is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 77 188 -
CMYK 0.57 0.59 0 0.26
HSL 242.16º 0.45% 0.52% -
HSV(B) 242.16º 0.59% 0.74% -
XYZ 15.12 10.69 48.84 -
YUV 90.85 182.83 120.97 -
System Red Green Blue C M Y K H S L
Decimal 81 77 188 0.57 0.59 0 0.26 242.16 0.45 0.52
Hex 51 4D BC 39 3B 0 1A F2 2D 34
Octal 121 115 274 71 73 0 32 362 55 64
Binary 1010001 1001101 10111100 111001 111011 0 11010 11110010 101101 110100

Color Harmonies of #514DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514DBC

Black with #514DBC

Text Example


Text Example

White with #514DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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