#51386E

Color #51386E Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #51386E

Tints of Blue Diamond #51386E

Color information

#51386E (or 0x51386E) is unknown color: approx Blue Diamond. HEX triplet: 51, 38 and 6E. RGB value is (81,56,110). Sum of RGB (Red+Green+Blue) = 81+56+110=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 110 - color contains mainly: blue. Hex color #51386E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51386E is #AEC791. Grayscale: #454545. Windows color (decimal): -11454354 or 7223377. OLE color: 7223377.

HSL color Cylindrical-coordinate representation of color #51386E: hue angle of 267.78º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51386E is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8156110-
CMYK0.260.4900.57
HSL267.78º32.53%32.55%-
HSV(B)267.78º49.09%43.14%-
XYZ7.625.715.45-
YUV69.63150.78136.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.79%
GREEN value IS 56 (22.27% from 255) = 22.67%
BLUE value IS 110 (43.36% from 255) = 44.53%
R=32.79%
G=22.67%
B=44.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81561100.260.4900.57267.7832.5332.55
Hex51386E1A3103910c2121
Octal1217015632610714144141
Binary10100011110001101110110101100010111001100001100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51386E; }

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

 H1.HeaderClassName
 {
   color: #51386E;
 }
 .AnyTagClassName
 {
   color: #51386E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #51386E;
 }
 .BgClassName
 {
   background-color: #51386E;
 }
</style>
border-color css

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

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

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