#656582

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

Shades of Comet #656582

Tints of Comet #656582

Color information

#656582 (or 0x656582) is unknown color: approx Comet. HEX triplet: 65, 65 and 82. RGB value is (101,101,130). Sum of RGB (Red+Green+Blue) = 101+101+130=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 130 - color contains mainly: blue. Hex color #656582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656582 is #9A9A7D. Grayscale: #686868. Windows color (decimal): -10132094 or 8545637. OLE color: 8545637.

HSL color Cylindrical-coordinate representation of color #656582: hue angle of 240º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #656582 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB101101130-
CMYK0.220.2200.49
HSL240º12.55%45.29%-
HSV(B)240º22.31%50.98%-
XYZ14.0513.6923.02-
YUV104.31142.5125.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.42%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 130 (51.17% from 255) = 39.16%
R=30.42%
G=30.42%
B=39.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1011011300.220.2200.4924012.5545.29
Hex6565821616031f0d2d
Octal14514520226260613601555
Binary110010111001011000001010110101100110001111100001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656582; }

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

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

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

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

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

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

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

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