Html Css Color HEX #51388F Blue Gem

📋 copy color: '#51388F'

red 81 ◦ green 56 ◦ blue 143

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

Shades of Blue Gem #51388F

Tints of Blue Gem #51388F

RGB

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

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

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

R = 28.93%
G = 20%
B = 51.07%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#51388F (or 0x51388F) is known color: Blue Gem. HEX triplet: 51, 38 and 8F. RGB value is (81,56,143). Sum of RGB (Red+Green+Blue) = 81+56+143=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 143 (56.25% from 255 or 51.07% from 280); Max value from RGB is 143 - color contains mainly: blue. Hex color #51388F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51388F is #AEC770. Grayscale: #494949. Windows color (decimal): -11454321 or 9386065. OLE color: 9386065.

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

Color convert

RGB 81 56 143 -
CMYK 0.43 0.61 0 0.44
HSL 257.24º 0.44% 0.39% -
HSV(B) 257.24º 0.61% 0.56% -
XYZ 9.77 6.56 26.74 -
YUV 73.39 167.28 133.43 -
System Red Green Blue C M Y K H S L
Decimal 81 56 143 0.43 0.61 0 0.44 257.24 0.44 0.39
Hex 51 38 8F 2B 3D 0 2C 101 2C 27
Octal 121 70 217 53 75 0 54 401 54 47
Binary 1010001 111000 10001111 101011 111101 0 101100 100000001 101100 100111

Color Harmonies of #51388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51388F

Black with #51388F

Text Example


Text Example

White with #51388F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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