#562777

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

Shades of Blue Diamond #562777

Tints of Blue Diamond #562777

Color information

#562777 (or 0x562777) is unknown color: approx Blue Diamond. HEX triplet: 56, 27 and 77. RGB value is (86,39,119). Sum of RGB (Red+Green+Blue) = 86+39+119=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #562777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562777 is #A9D888. Grayscale: #3D3D3D. Windows color (decimal): -11131017 or 7808854. OLE color: 7808854.

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

Color convert

RGB8639119-
CMYK0.280.6700.53
HSL275.25º50.63%30.98%-
HSV(B)275.25º67.23%46.67%-
XYZ7.894.7617.96-
YUV62.17160.07145-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.25%
GREEN value IS 39 (15.62% from 255) = 15.98%
BLUE value IS 119 (46.88% from 255) = 48.77%
R=35.25%
G=15.98%
B=48.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86391190.280.6700.53275.2550.6330.98
Hex5627771C43035113331f
Octal12647167341030654236337
Binary10101101001111110111111001000011011010110001001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562777; }

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

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

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

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

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

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

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

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