#562478

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

Shades of Blue Diamond #562478

Tints of Blue Diamond #562478

Color information

#562478 (or 0x562478) is unknown color: approx Blue Diamond. HEX triplet: 56, 24 and 78. RGB value is (86,36,120). Sum of RGB (Red+Green+Blue) = 86+36+120=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 120 - color contains mainly: blue. Hex color #562478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562478 is #A9DB87. Grayscale: #3C3C3C. Windows color (decimal): -11131784 or 7873622. OLE color: 7873622.

HSL color Cylindrical-coordinate representation of color #562478: hue angle of 275.71º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #562478 is Cyan = 0.28, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8636120-
CMYK0.280.700.53
HSL275.71º53.85%30.59%-
HSV(B)275.71º70%47.06%-
XYZ7.864.618.24-
YUV60.53161.56146.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.54%
GREEN value IS 36 (14.45% from 255) = 14.88%
BLUE value IS 120 (47.27% from 255) = 49.59%
R=35.54%
G=14.88%
B=49.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86361200.280.700.53275.7153.8530.59
Hex5624781C46035114361f
Octal12644170341060654246637
Binary10101101001001111000111001000110011010110001010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562478; }

 p { color: rgb(86,36,120); }

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

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

 a { background-color: rgb(86,36,120); }

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

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

 span { border-color: rgb(86,36,120); }

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