#562377

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

Shades of Blue Diamond #562377

Tints of Blue Diamond #562377

Color information

#562377 (or 0x562377) is unknown color: approx Blue Diamond. HEX triplet: 56, 23 and 77. RGB value is (86,35,119). Sum of RGB (Red+Green+Blue) = 86+35+119=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #562377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562377 is #A9DC88. Grayscale: #3B3B3B. Windows color (decimal): -11132041 or 7807830. OLE color: 7807830.

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

Color convert

RGB8635119-
CMYK0.280.7100.53
HSL276.43º54.55%30.2%-
HSV(B)276.43º70.59%46.67%-
XYZ7.774.5117.91-
YUV59.82161.4146.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.83%
GREEN value IS 35 (14.06% from 255) = 14.58%
BLUE value IS 119 (46.88% from 255) = 49.58%
R=35.83%
G=14.58%
B=49.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86351190.280.7100.53276.4354.5530.2
Hex5623771C47035114371e
Octal12643167341070654246736
Binary10101101000111110111111001000111011010110001010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562377; }

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

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

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

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

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

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

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

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