Html Css Color HEX #514FB3 Rich Blue

📋 copy color: '#514FB3'

red 81 ◦ green 79 ◦ blue 179

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

Shades of Rich Blue #514FB3

Tints of Rich Blue #514FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.8%

R = 23.89%
G = 23.3%
B = 52.8%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#514FB3 (or 0x514FB3) is known color: Rich Blue. HEX triplet: 51, 4F and B3. RGB value is (81,79,179). Sum of RGB (Red+Green+Blue) = 81+79+179=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 179 (70.31% from 255 or 52.80% from 339); Max value from RGB is 179 - color contains mainly: blue. Hex color #514FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514FB3 is #AEB04C. Grayscale: #5A5A5A. Windows color (decimal): -11448397 or 11751249. OLE color: 11751249.

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

Color convert

RGB 81 79 179 -
CMYK 0.55 0.56 0 0.30
HSL 241.2º 0.4% 0.51% -
HSV(B) 241.2º 0.56% 0.7% -
XYZ 14.33 10.6 43.94 -
YUV 91 177.66 120.87 -
System Red Green Blue C M Y K H S L
Decimal 81 79 179 0.55 0.56 0 0.30 241.2 0.4 0.51
Hex 51 4F B3 37 38 0 1E F1 28 33
Octal 121 117 263 67 70 0 36 361 50 63
Binary 1010001 1001111 10110011 110111 111000 0 11110 11110001 101000 110011

Color Harmonies of #514FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514FB3

Black with #514FB3

Text Example


Text Example

White with #514FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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