#562973

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

Shades of Blue Diamond #562973

Tints of Blue Diamond #562973

Color information

#562973 (or 0x562973) is unknown color: approx Blue Diamond. HEX triplet: 56, 29 and 73. RGB value is (86,41,115). Sum of RGB (Red+Green+Blue) = 86+41+115=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #562973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562973 is #A9D68C. Grayscale: #3E3E3E. Windows color (decimal): -11130509 or 7547222. OLE color: 7547222.

HSL color Cylindrical-coordinate representation of color #562973: hue angle of 276.49º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #562973 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8641115-
CMYK0.250.6400.55
HSL276.49º47.44%30.59%-
HSV(B)276.49º64.35%45.1%-
XYZ7.734.816.74-
YUV62.89157.41144.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.54%
GREEN value IS 41 (16.41% from 255) = 16.94%
BLUE value IS 115 (45.31% from 255) = 47.52%
R=35.54%
G=16.94%
B=47.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86411150.250.6400.55276.4947.4430.59
Hex56297319400371142f1f
Octal12651163311000674245737
Binary10101101010011110011110011000000011011110001010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562973; }

 p { color: rgb(86,41,115); }

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

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

 a { background-color: rgb(86,41,115); }

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

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

 span { border-color: rgb(86,41,115); }

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