#52386B

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

Shades of Blue Diamond #52386B

Tints of Blue Diamond #52386B

Color information

#52386B (or 0x52386B) is unknown color: approx Blue Diamond. HEX triplet: 52, 38 and 6B. RGB value is (82,56,107). Sum of RGB (Red+Green+Blue) = 82+56+107=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #52386B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52386B is #ADC794. Grayscale: #454545. Windows color (decimal): -11388821 or 7026770. OLE color: 7026770.

HSL color Cylindrical-coordinate representation of color #52386B: hue angle of 270.59º degrees, saturation: 0.31, 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 #52386B is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8256107-
CMYK0.230.4800.58
HSL270.59º31.29%31.96%-
HSV(B)270.59º47.66%41.96%-
XYZ7.555.6814.61-
YUV69.59149.11136.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.47%
GREEN value IS 56 (22.27% from 255) = 22.86%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=33.47%
G=22.86%
B=43.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82561070.230.4800.58270.5931.2931.96
Hex52386B173003A10f1f20
Octal1227015327600724173740
Binary1010010111000110101110111110000011101010000111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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