#51226E

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

Shades of Blue Diamond #51226E

Tints of Blue Diamond #51226E

Color information

#51226E (or 0x51226E) is unknown color: approx Blue Diamond. HEX triplet: 51, 22 and 6E. RGB value is (81,34,110). Sum of RGB (Red+Green+Blue) = 81+34+110=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #51226E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51226E is #AEDD91. Grayscale: #383838. Windows color (decimal): -11459986 or 7217745. OLE color: 7217745.

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

Color convert

RGB8134110-
CMYK0.260.6900.57
HSL277.11º52.78%28.24%-
HSV(B)277.11º69.09%43.14%-
XYZ6.784.0215.17-
YUV56.72158.07145.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36%
GREEN value IS 34 (13.67% from 255) = 15.11%
BLUE value IS 110 (43.36% from 255) = 48.89%
R=36%
G=15.11%
B=48.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81341100.260.6900.57277.1152.7828.24
Hex51226E1A45039115351c
Octal12142156321050714256534
Binary10100011000101101110110101000101011100110001010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51226E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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