#656588

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

Shades of Comet #656588

Tints of Comet #656588

Color information

#656588 (or 0x656588) is unknown color: approx Comet. HEX triplet: 65, 65 and 88. RGB value is (101,101,136). Sum of RGB (Red+Green+Blue) = 101+101+136=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #656588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656588 is #9A9A77. Grayscale: #686868. Windows color (decimal): -10132088 or 8938853. OLE color: 8938853.

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

Color convert

RGB101101136-
CMYK0.260.2600.47
HSL240º14.77%46.47%-
HSV(B)240º25.74%53.33%-
XYZ14.4613.8525.2-
YUV104.99145.5125.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.88%
GREEN value IS 101 (39.84% from 255) = 29.88%
BLUE value IS 136 (53.52% from 255) = 40.24%
R=29.88%
G=29.88%
B=40.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1011011360.260.2600.4724014.7746.47
Hex6565881A1A02Ff0f2e
Octal14514521032320573601756
Binary110010111001011000100011010110100101111111100001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656588; }

 p { color: rgb(101,101,136); }

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

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

 a { background-color: rgb(101,101,136); }

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

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

 span { border-color: rgb(101,101,136); }

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