#51226C

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

Shades of Blue Diamond #51226C

Tints of Blue Diamond #51226C

Color information

#51226C (or 0x51226C) is unknown color: approx Blue Diamond. HEX triplet: 51, 22 and 6C. RGB value is (81,34,108). Sum of RGB (Red+Green+Blue) = 81+34+108=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #51226C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51226C is #AEDD93. Grayscale: #383838. Windows color (decimal): -11459988 or 7086673. OLE color: 7086673.

HSL color Cylindrical-coordinate representation of color #51226C: hue angle of 278.11º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51226C is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8134108-
CMYK0.250.6900.58
HSL278.11º52.11%27.84%-
HSV(B)278.11º68.52%42.35%-
XYZ6.673.9814.6-
YUV56.49157.07145.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.32%
GREEN value IS 34 (13.67% from 255) = 15.25%
BLUE value IS 108 (42.58% from 255) = 48.43%
R=36.32%
G=15.25%
B=48.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81341080.250.6900.58278.1152.1127.84
Hex51226C194503A116341c
Octal12142154311050724266434
Binary10100011000101101100110011000101011101010001011011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51226C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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