Html Css Color HEX #514298 Blue Gem

📋 copy color: '#514298'

red 81 ◦ green 66 ◦ blue 152

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

Shades of Blue Gem #514298

Tints of Blue Gem #514298

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.07%

 BLUE value IS 152 (59.77% from 255) = 50.84%

R = 27.09%
G = 22.07%
B = 50.84%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#514298 (or 0x514298) is known color: Blue Gem. HEX triplet: 51, 42 and 98. RGB value is (81,66,152). Sum of RGB (Red+Green+Blue) = 81+66+152=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #514298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514298 is #AEBD67. Grayscale: #4F4F4F. Windows color (decimal): -11451752 or 9978449. OLE color: 9978449.

HSL color Cylindrical-coordinate representation of color #514298: hue angle of 250.47º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #514298 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 66 152 -
CMYK 0.47 0.57 0 0.40
HSL 250.47º 0.39% 0.43% -
HSV(B) 250.47º 0.57% 0.6% -
XYZ 11.01 7.91 30.65 -
YUV 80.29 168.47 128.51 -
System Red Green Blue C M Y K H S L
Decimal 81 66 152 0.47 0.57 0 0.40 250.47 0.39 0.43
Hex 51 42 98 2F 39 0 28 FA 27 2B
Octal 121 102 230 57 71 0 50 372 47 53
Binary 1010001 1000010 10011000 101111 111001 0 101000 11111010 100111 101011

Color Harmonies of #514298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514298

Black with #514298

Text Example


Text Example

White with #514298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514298; }

 p { color: rgb(81,66,152); }

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

background-color css

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

 a { background-color: rgb(81,66,152); }

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

border-color css

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

 span { border-color: rgb(81,66,152); }

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