#562972

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

Shades of Blue Diamond #562972

Tints of Blue Diamond #562972

Color information

#562972 (or 0x562972) is unknown color: approx Blue Diamond. HEX triplet: 56, 29 and 72. RGB value is (86,41,114). Sum of RGB (Red+Green+Blue) = 86+41+114=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #562972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562972 is #A9D68D. Grayscale: #3E3E3E. Windows color (decimal): -11130510 or 7481686. OLE color: 7481686.

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

Color convert

RGB8641114-
CMYK0.250.6400.55
HSL276.99º47.1%30.39%-
HSV(B)276.99º64.04%44.71%-
XYZ7.674.7816.44-
YUV62.78156.91144.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.68%
GREEN value IS 41 (16.41% from 255) = 17.01%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=35.68%
G=17.01%
B=47.30%

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
Decimal86411140.250.6400.55276.9947.130.39
Hex56297219400371152f1e
Octal12651162311000674255736
Binary10101101010011110010110011000000011011110001010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562972; }

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

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

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

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

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

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

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

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