#562873

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

Shades of Blue Diamond #562873

Tints of Blue Diamond #562873

Color information

#562873 (or 0x562873) is unknown color: approx Blue Diamond. HEX triplet: 56, 28 and 73. RGB value is (86,40,115). Sum of RGB (Red+Green+Blue) = 86+40+115=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #562873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562873 is #A9D78C. Grayscale: #3E3E3E. Windows color (decimal): -11130765 or 7546966. OLE color: 7546966.

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

Color convert

RGB8640115-
CMYK0.250.6500.55
HSL276.8º48.39%30.39%-
HSV(B)276.8º65.22%45.1%-
XYZ7.694.7316.73-
YUV62.3157.74144.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.68%
GREEN value IS 40 (16.02% from 255) = 16.60%
BLUE value IS 115 (45.31% from 255) = 47.72%
R=35.68%
G=16.60%
B=47.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86401150.250.6500.55276.848.3930.39
Hex5628731941037115301e
Octal12650163311010674256036
Binary10101101010001110011110011000001011011110001010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562873; }

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

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

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

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

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

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

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

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