#52386C

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

Shades of Blue Diamond #52386C

Tints of Blue Diamond #52386C

Color information

#52386C (or 0x52386C) is unknown color: approx Blue Diamond. HEX triplet: 52, 38 and 6C. RGB value is (82,56,108). Sum of RGB (Red+Green+Blue) = 82+56+108=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #52386C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52386C is #ADC793. Grayscale: #454545. Windows color (decimal): -11388820 or 7092306. OLE color: 7092306.

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

Color convert

RGB8256108-
CMYK0.240.4800.58
HSL270º31.71%32.16%-
HSV(B)270º48.15%42.35%-
XYZ7.65.714.89-
YUV69.7149.61136.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.33%
GREEN value IS 56 (22.27% from 255) = 22.76%
BLUE value IS 108 (42.58% from 255) = 43.90%
R=33.33%
G=22.76%
B=43.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82561080.240.4800.5827031.7132.16
Hex52386C183003A10e2020
Octal1227015430600724164040
Binary10100101110001101100110001100000111010100001110100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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