#562477

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

Shades of Blue Diamond #562477

Tints of Blue Diamond #562477

Color information

#562477 (or 0x562477) is unknown color: approx Blue Diamond. HEX triplet: 56, 24 and 77. RGB value is (86,36,119). Sum of RGB (Red+Green+Blue) = 86+36+119=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #562477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562477 is #A9DB88. Grayscale: #3C3C3C. Windows color (decimal): -11131785 or 7808086. OLE color: 7808086.

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

Color convert

RGB8636119-
CMYK0.280.7000.53
HSL276.14º53.55%30.39%-
HSV(B)276.14º69.75%46.67%-
XYZ7.84.5717.92-
YUV60.41161.06146.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.68%
GREEN value IS 36 (14.45% from 255) = 14.94%
BLUE value IS 119 (46.88% from 255) = 49.38%
R=35.68%
G=14.94%
B=49.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86361190.280.7000.53276.1453.5530.39
Hex5624771C46035114361e
Octal12644167341060654246636
Binary10101101001001110111111001000110011010110001010011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562477; }

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

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

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

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

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

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

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

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