Html Css Color HEX #51458F Blue Gem

📋 copy color: '#51458F'

red 81 ◦ green 69 ◦ blue 143

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

Shades of Blue Gem #51458F

Tints of Blue Gem #51458F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.55%

 BLUE value IS 143 (56.25% from 255) = 48.81%

R = 27.65%
G = 23.55%
B = 48.81%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#51458F (or 0x51458F) is known color: Blue Gem. HEX triplet: 51, 45 and 8F. RGB value is (81,69,143). Sum of RGB (Red+Green+Blue) = 81+69+143=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 143 - color contains mainly: blue. Hex color #51458F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51458F is #AEBA70. Grayscale: #505050. Windows color (decimal): -11450993 or 9389393. OLE color: 9389393.

HSL color Cylindrical-coordinate representation of color #51458F: hue angle of 249.73º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #51458F is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 69 143 -
CMYK 0.43 0.52 0 0.44
HSL 249.73º 0.35% 0.42% -
HSV(B) 249.73º 0.52% 0.56% -
XYZ 10.48 7.99 26.98 -
YUV 81.02 162.98 127.98 -
System Red Green Blue C M Y K H S L
Decimal 81 69 143 0.43 0.52 0 0.44 249.73 0.35 0.42
Hex 51 45 8F 2B 34 0 2C FA 23 2A
Octal 121 105 217 53 64 0 54 372 43 52
Binary 1010001 1000101 10001111 101011 110100 0 101100 11111010 100011 101010

Color Harmonies of #51458F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51458F

Black with #51458F

Text Example


Text Example

White with #51458F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51458F; }

 p { color: rgb(81,69,143); }

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

background-color css

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

 a { background-color: rgb(81,69,143); }

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

border-color css

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

 span { border-color: rgb(81,69,143); }

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