Html Css Color HEX #514ABF Rich Blue

📋 copy color: '#514ABF'

red 81 ◦ green 74 ◦ blue 191

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

Shades of Rich Blue #514ABF

Tints of Rich Blue #514ABF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.39%

 BLUE value IS 191 (75% from 255) = 55.2%

R = 23.41%
G = 21.39%
B = 55.2%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#514ABF (or 0x514ABF) is known color: Rich Blue. HEX triplet: 51, 4A and BF. RGB value is (81,74,191). Sum of RGB (Red+Green+Blue) = 81+74+191=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #514ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514ABF is #AEB540. Grayscale: #585858. Windows color (decimal): -11449665 or 12536401. OLE color: 12536401.

HSL color Cylindrical-coordinate representation of color #514ABF: hue angle of 243.59º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #514ABF is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 74 191 -
CMYK 0.58 0.61 0 0.25
HSL 243.59º 0.48% 0.52% -
HSV(B) 243.59º 0.61% 0.75% -
XYZ 15.25 10.41 50.5 -
YUV 89.43 185.32 121.99 -
System Red Green Blue C M Y K H S L
Decimal 81 74 191 0.58 0.61 0 0.25 243.59 0.48 0.52
Hex 51 4A BF 3A 3D 0 19 F4 30 34
Octal 121 112 277 72 75 0 31 364 60 64
Binary 1010001 1001010 10111111 111010 111101 0 11001 11110100 110000 110100

Color Harmonies of #514ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514ABF

Black with #514ABF

Text Example


Text Example

White with #514ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,74,191); }

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

background-color css

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

 a { background-color: rgb(81,74,191); }

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

border-color css

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

 span { border-color: rgb(81,74,191); }

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