#51336A

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

Shades of Blue Diamond #51336A

Tints of Blue Diamond #51336A

Color information

#51336A (or 0x51336A) is unknown color: approx Blue Diamond. HEX triplet: 51, 33 and 6A. RGB value is (81,51,106). Sum of RGB (Red+Green+Blue) = 81+51+106=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 106 - color contains mainly: blue. Hex color #51336A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51336A is #AECC95. Grayscale: #424242. Windows color (decimal): -11455638 or 6959953. OLE color: 6959953.

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

Color convert

RGB8151106-
CMYK0.240.5200.58
HSL272.73º35.03%30.78%-
HSV(B)272.73º51.89%41.57%-
XYZ7.185.1614.25-
YUV66.24150.44138.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.03%
GREEN value IS 51 (20.31% from 255) = 21.43%
BLUE value IS 106 (41.80% from 255) = 44.54%
R=34.03%
G=21.43%
B=44.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81511060.240.5200.58272.7335.0330.78
Hex51336A183403A111231f
Octal1216315230640724214337
Binary1010001110011110101011000110100011101010001000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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