#52366E

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

Shades of Blue Diamond #52366E

Tints of Blue Diamond #52366E

Color information

#52366E (or 0x52366E) is unknown color: approx Blue Diamond. HEX triplet: 52, 36 and 6E. RGB value is (82,54,110). Sum of RGB (Red+Green+Blue) = 82+54+110=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #52366E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52366E is #ADC991. Grayscale: #444444. Windows color (decimal): -11389330 or 7222866. OLE color: 7222866.

HSL color Cylindrical-coordinate representation of color #52366E: hue angle of 270º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52366E is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8254110-
CMYK0.250.5100.57
HSL270º34.15%32.16%-
HSV(B)270º50.91%43.14%-
XYZ7.615.5615.42-
YUV68.76151.28137.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.33%
GREEN value IS 54 (21.48% from 255) = 21.95%
BLUE value IS 110 (43.36% from 255) = 44.72%
R=33.33%
G=21.95%
B=44.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82541100.250.5100.5727034.1532.16
Hex52366E193303910e2220
Octal1226615631630714164240
Binary10100101101101101110110011100110111001100001110100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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