#51376A

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

Shades of Blue Diamond #51376A

Tints of Blue Diamond #51376A

Color information

#51376A (or 0x51376A) is unknown color: approx Blue Diamond. HEX triplet: 51, 37 and 6A. RGB value is (81,55,106). Sum of RGB (Red+Green+Blue) = 81+55+106=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 106 - color contains mainly: blue. Hex color #51376A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51376A is #AEC895. Grayscale: #444444. Windows color (decimal): -11454614 or 6960977. OLE color: 6960977.

HSL color Cylindrical-coordinate representation of color #51376A: hue angle of 270.59º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51376A is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8155106-
CMYK0.240.4800.58
HSL270.59º31.68%31.57%-
HSV(B)270.59º48.11%41.57%-
XYZ7.365.5214.31-
YUV68.59149.11136.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.47%
GREEN value IS 55 (21.88% from 255) = 22.73%
BLUE value IS 106 (41.80% from 255) = 43.80%
R=33.47%
G=22.73%
B=43.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81551060.240.4800.58270.5931.6831.57
Hex51376A183003A10f2020
Octal1216715230600724174040
Binary10100011101111101010110001100000111010100001111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51376A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51376A; }

 p { color: rgb(81,55,106); }

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

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

 a { background-color: rgb(81,55,106); }

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

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

 span { border-color: rgb(81,55,106); }

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