#52286A

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

Shades of Blue Diamond #52286A

Tints of Blue Diamond #52286A

Color information

#52286A (or 0x52286A) is unknown color: approx Blue Diamond. HEX triplet: 52, 28 and 6A. RGB value is (82,40,106). Sum of RGB (Red+Green+Blue) = 82+40+106=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 106 - color contains mainly: blue. Hex color #52286A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52286A is #ADD795. Grayscale: #3B3B3B. Windows color (decimal): -11392918 or 6957138. OLE color: 6957138.

HSL color Cylindrical-coordinate representation of color #52286A: hue angle of 278.18º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52286A is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8240106-
CMYK0.230.6200.58
HSL278.18º45.21%28.63%-
HSV(B)278.18º62.26%41.57%-
XYZ6.844.3514.12-
YUV60.08153.91143.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.96%
GREEN value IS 40 (16.02% from 255) = 17.54%
BLUE value IS 106 (41.80% from 255) = 46.49%
R=35.96%
G=17.54%
B=46.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82401060.230.6200.58278.1845.2128.63
Hex52286A173E03A1162d1d
Octal1225015227760724265535
Binary1010010101000110101010111111110011101010001011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52286A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,40,106); }

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

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

 a { background-color: rgb(82,40,106); }

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

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

 span { border-color: rgb(82,40,106); }

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