#562577

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

Shades of Blue Diamond #562577

Tints of Blue Diamond #562577

Color information

#562577 (or 0x562577) is unknown color: approx Blue Diamond. HEX triplet: 56, 25 and 77. RGB value is (86,37,119). Sum of RGB (Red+Green+Blue) = 86+37+119=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #562577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562577 is #A9DA88. Grayscale: #3C3C3C. Windows color (decimal): -11131529 or 7808342. OLE color: 7808342.

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

Color convert

RGB8637119-
CMYK0.280.6900.53
HSL275.85º52.56%30.59%-
HSV(B)275.85º68.91%46.67%-
XYZ7.834.6317.93-
YUV61160.73145.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.54%
GREEN value IS 37 (14.84% from 255) = 15.29%
BLUE value IS 119 (46.88% from 255) = 49.17%
R=35.54%
G=15.29%
B=49.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86371190.280.6900.53275.8552.5630.59
Hex5625771C45035114351f
Octal12645167341050654246537
Binary10101101001011110111111001000101011010110001010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562577; }

 p { color: rgb(86,37,119); }

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

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

 a { background-color: rgb(86,37,119); }

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

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

 span { border-color: rgb(86,37,119); }

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