Html Css Color HEX #514CBD Rich Blue

📋 copy color: '#514CBD'

red 81 ◦ green 76 ◦ blue 189

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

Shades of Rich Blue #514CBD

Tints of Rich Blue #514CBD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.97%

 BLUE value IS 189 (74.22% from 255) = 54.62%

R = 23.41%
G = 21.97%
B = 54.62%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#514CBD (or 0x514CBD) is known color: Rich Blue. HEX triplet: 51, 4C and BD. RGB value is (81,76,189). Sum of RGB (Red+Green+Blue) = 81+76+189=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #514CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514CBD is #AEB342. Grayscale: #595959. Windows color (decimal): -11449155 or 12405841. OLE color: 12405841.

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

Color convert

RGB 81 76 189 -
CMYK 0.57 0.60 0 0.26
HSL 242.65º 0.46% 0.52% -
HSV(B) 242.65º 0.6% 0.74% -
XYZ 15.16 10.59 49.39 -
YUV 90.38 183.66 121.31 -
System Red Green Blue C M Y K H S L
Decimal 81 76 189 0.57 0.60 0 0.26 242.65 0.46 0.52
Hex 51 4C BD 39 3C 0 1A F3 2E 34
Octal 121 114 275 71 74 0 32 363 56 64
Binary 1010001 1001100 10111101 111001 111100 0 11010 11110011 101110 110100

Color Harmonies of #514CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514CBD

Black with #514CBD

Text Example


Text Example

White with #514CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,76,189); }

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

background-color css

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

 a { background-color: rgb(81,76,189); }

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

border-color css

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

 span { border-color: rgb(81,76,189); }

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