Html Css Color HEX #51389B Blue Gem

📋 copy color: '#51389B'

red 81 ◦ green 56 ◦ blue 155

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

Shades of Blue Gem #51389B

Tints of Blue Gem #51389B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.18%

 BLUE value IS 155 (60.94% from 255) = 53.08%

R = 27.74%
G = 19.18%
B = 53.08%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#51389B (or 0x51389B) is known color: Blue Gem. HEX triplet: 51, 38 and 9B. RGB value is (81,56,155). Sum of RGB (Red+Green+Blue) = 81+56+155=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #51389B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51389B is #AEC764. Grayscale: #4A4A4A. Windows color (decimal): -11454309 or 10172497. OLE color: 10172497.

HSL color Cylindrical-coordinate representation of color #51389B: hue angle of 255.15º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51389B is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 56 155 -
CMYK 0.48 0.64 0 0.39
HSL 255.15º 0.47% 0.41% -
HSV(B) 255.15º 0.64% 0.61% -
XYZ 10.72 6.94 31.79 -
YUV 74.76 173.28 132.45 -
System Red Green Blue C M Y K H S L
Decimal 81 56 155 0.48 0.64 0 0.39 255.15 0.47 0.41
Hex 51 38 9B 30 40 0 27 FF 2F 29
Octal 121 70 233 60 100 0 47 377 57 51
Binary 1010001 111000 10011011 110000 1000000 0 100111 11111111 101111 101001

Color Harmonies of #51389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51389B

Black with #51389B

Text Example


Text Example

White with #51389B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51389B; }

 p { color: rgb(81,56,155); }

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

background-color css

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

 a { background-color: rgb(81,56,155); }

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

border-color css

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

 span { border-color: rgb(81,56,155); }

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