#52306D

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

Shades of Blue Diamond #52306D

Tints of Blue Diamond #52306D

Color information

#52306D (or 0x52306D) is unknown color: approx Blue Diamond. HEX triplet: 52, 30 and 6D. RGB value is (82,48,109). Sum of RGB (Red+Green+Blue) = 82+48+109=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #52306D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52306D is #ADCF92. Grayscale: #404040. Windows color (decimal): -11390867 or 7155794. OLE color: 7155794.

HSL color Cylindrical-coordinate representation of color #52306D: hue angle of 273.44º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52306D is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8248109-
CMYK0.250.5600.57
HSL273.44º38.85%30.78%-
HSV(B)273.44º55.96%42.75%-
XYZ7.35.0115.05-
YUV65.12152.76140.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.31%
GREEN value IS 48 (19.14% from 255) = 20.08%
BLUE value IS 109 (42.97% from 255) = 45.61%
R=34.31%
G=20.08%
B=45.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82481090.250.5600.57273.4438.8530.78
Hex52306D1938039111271f
Octal1226015531700714214737
Binary1010010110000110110111001111000011100110001000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52306D; }

 p { color: rgb(82,48,109); }

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

<style>
 a { background-color: #52306D; }

 a { background-color: rgb(82,48,109); }

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

<style>
 span { border-color: #52306D; }

 span { border-color: rgb(82,48,109); }

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