#52256C

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

Shades of Blue Diamond #52256C

Tints of Blue Diamond #52256C

Color information

#52256C (or 0x52256C) is unknown color: approx Blue Diamond. HEX triplet: 52, 25 and 6C. RGB value is (82,37,108). Sum of RGB (Red+Green+Blue) = 82+37+108=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #52256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52256C is #ADDA93. Grayscale: #3A3A3A. Windows color (decimal): -11393684 or 7087442. OLE color: 7087442.

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

Color convert

RGB8237108-
CMYK0.240.6600.58
HSL278.03º48.97%28.43%-
HSV(B)278.03º65.74%42.35%-
XYZ6.854.214.64-
YUV58.55155.91144.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.12%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 108 (42.58% from 255) = 47.58%
R=36.12%
G=16.30%
B=47.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82371080.240.6600.58278.0348.9728.43
Hex52256C184203A116311c
Octal12245154301020724266134
Binary10100101001011101100110001000010011101010001011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52256C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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