#52386D

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

Shades of Blue Diamond #52386D

Tints of Blue Diamond #52386D

Color information

#52386D (or 0x52386D) is unknown color: approx Blue Diamond. HEX triplet: 52, 38 and 6D. RGB value is (82,56,109). Sum of RGB (Red+Green+Blue) = 82+56+109=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #52386D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52386D is #ADC792. Grayscale: #454545. Windows color (decimal): -11388819 or 7157842. OLE color: 7157842.

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

Color convert

RGB8256109-
CMYK0.250.4900.57
HSL269.43º32.12%32.35%-
HSV(B)269.43º48.62%42.75%-
XYZ7.655.7315.17-
YUV69.82150.11136.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.20%
GREEN value IS 56 (22.27% from 255) = 22.67%
BLUE value IS 109 (42.97% from 255) = 44.13%
R=33.20%
G=22.67%
B=44.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82561090.250.4900.57269.4332.1232.35
Hex52386D193103910d2020
Octal1227015531610714154040
Binary10100101110001101101110011100010111001100001101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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