#52366C

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

Shades of Blue Diamond #52366C

Tints of Blue Diamond #52366C

Color information

#52366C (or 0x52366C) is unknown color: approx Blue Diamond. HEX triplet: 52, 36 and 6C. RGB value is (82,54,108). Sum of RGB (Red+Green+Blue) = 82+54+108=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #52366C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52366C is #ADC993. Grayscale: #444444. Windows color (decimal): -11389332 or 7091794. OLE color: 7091794.

HSL color Cylindrical-coordinate representation of color #52366C: hue angle of 271.11º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52366C is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8254108-
CMYK0.240.5000.58
HSL271.11º33.33%31.76%-
HSV(B)271.11º50%42.35%-
XYZ7.515.5114.86-
YUV68.53150.28137.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.61%
GREEN value IS 54 (21.48% from 255) = 22.13%
BLUE value IS 108 (42.58% from 255) = 44.26%
R=33.61%
G=22.13%
B=44.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82541080.240.5000.58271.1133.3331.76
Hex52366C183203A10f2120
Octal1226615430620724174140
Binary10100101101101101100110001100100111010100001111100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,54,108); }

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

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

 a { background-color: rgb(82,54,108); }

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

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

 span { border-color: rgb(82,54,108); }

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