#656382

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

Shades of Comet #656382

Tints of Comet #656382

Color information

#656382 (or 0x656382) is unknown color: approx Comet. HEX triplet: 65, 63 and 82. RGB value is (101,99,130). Sum of RGB (Red+Green+Blue) = 101+99+130=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 130 - color contains mainly: blue. Hex color #656382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656382 is #9A9C7D. Grayscale: #676767. Windows color (decimal): -10132606 or 8545125. OLE color: 8545125.

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

Color convert

RGB10199130-
CMYK0.220.2400.49
HSL243.87º13.54%44.9%-
HSV(B)243.87º23.85%50.98%-
XYZ13.8613.322.96-
YUV103.13143.16126.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.61%
GREEN value IS 99 (39.06% from 255) = 30%
BLUE value IS 130 (51.17% from 255) = 39.39%
R=30.61%
G=30%
B=39.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101991300.220.2400.49243.8713.5444.9
Hex6563821618031f4e2d
Octal14514320226300613641655
Binary110010111000111000001010110110000110001111101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656382; }

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

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

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

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

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

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

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

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