#562677

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

Shades of Blue Diamond #562677

Tints of Blue Diamond #562677

Color information

#562677 (or 0x562677) is unknown color: approx Blue Diamond. HEX triplet: 56, 26 and 77. RGB value is (86,38,119). Sum of RGB (Red+Green+Blue) = 86+38+119=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #562677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562677 is #A9D988. Grayscale: #3D3D3D. Windows color (decimal): -11131273 or 7808598. OLE color: 7808598.

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

Color convert

RGB8638119-
CMYK0.280.6800.53
HSL275.56º51.59%30.78%-
HSV(B)275.56º68.07%46.67%-
XYZ7.864.717.94-
YUV61.59160.4145.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.39%
GREEN value IS 38 (15.23% from 255) = 15.64%
BLUE value IS 119 (46.88% from 255) = 48.97%
R=35.39%
G=15.64%
B=48.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86381190.280.6800.53275.5651.5930.78
Hex5626771C44035114341f
Octal12646167341040654246437
Binary10101101001101110111111001000100011010110001010011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562677; }

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

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

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

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

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

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

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

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