#562e73

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

Shades of Blue Diamond #562E73

Tints of Blue Diamond #562E73

Color information

#562E73 (or 0x562E73) is unknown color: approx Blue Diamond. HEX triplet: 56, 2E and 73. RGB value is (86,46,115). Sum of RGB (Red+Green+Blue) = 86+46+115=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #562E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562E73 is #A9D18C. Grayscale: #414141. Windows color (decimal): -11129229 or 7548502. OLE color: 7548502.

HSL color Cylindrical-coordinate representation of color #562E73: hue angle of 274.78º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #562E73 is Cyan = 0.25, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8646115-
CMYK0.250.600.55
HSL274.78º42.86%31.57%-
HSV(B)274.78º60%45.1%-
XYZ7.915.1716.8-
YUV65.83155.75142.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.82%
GREEN value IS 46 (18.36% from 255) = 18.62%
BLUE value IS 115 (45.31% from 255) = 46.56%
R=34.82%
G=18.62%
B=46.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86461150.250.600.55274.7842.8631.57
Hex562E73193C0371132b20
Octal1265616331740674235340
Binary10101101011101110011110011111000110111100010011101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562e73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562e73; }

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

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

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

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

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

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

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

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