#52366F

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

Shades of Blue Diamond #52366F

Tints of Blue Diamond #52366F

Color information

#52366F (or 0x52366F) is unknown color: approx Blue Diamond. HEX triplet: 52, 36 and 6F. RGB value is (82,54,111). Sum of RGB (Red+Green+Blue) = 82+54+111=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 111 - color contains mainly: blue. Hex color #52366F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52366F is #ADC990. Grayscale: #444444. Windows color (decimal): -11389329 or 7288402. OLE color: 7288402.

HSL color Cylindrical-coordinate representation of color #52366F: hue angle of 269.47º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52366F is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8254111-
CMYK0.260.5100.56
HSL269.47º34.55%32.35%-
HSV(B)269.47º51.35%43.53%-
XYZ7.675.5815.71-
YUV68.87151.78137.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.20%
GREEN value IS 54 (21.48% from 255) = 21.86%
BLUE value IS 111 (43.75% from 255) = 44.94%
R=33.20%
G=21.86%
B=44.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82541110.260.5100.56269.4734.5532.35
Hex52366F1A3303810d2320
Octal1226615732630704154340
Binary10100101101101101111110101100110111000100001101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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