#656485

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

Shades of Comet #656485

Tints of Comet #656485

Color information

#656485 (or 0x656485) is unknown color: approx Comet. HEX triplet: 65, 64 and 85. RGB value is (101,100,133). Sum of RGB (Red+Green+Blue) = 101+100+133=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #656485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656485 is #9A9B7A. Grayscale: #676767. Windows color (decimal): -10132347 or 8741989. OLE color: 8741989.

HSL color Cylindrical-coordinate representation of color #656485: hue angle of 241.82º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #656485 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB101100133-
CMYK0.240.2500.48
HSL241.82º14.16%45.69%-
HSV(B)241.82º24.81%52.16%-
XYZ14.1613.5724.06-
YUV104.06144.33125.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.24%
GREEN value IS 100 (39.45% from 255) = 29.94%
BLUE value IS 133 (52.34% from 255) = 39.82%
R=30.24%
G=29.94%
B=39.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011001330.240.2500.48241.8214.1645.69
Hex6564851819030f2e2e
Octal14514420530310603621656
Binary110010111001001000010111000110010110000111100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656485; }

 p { color: rgb(101,100,133); }

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

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

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

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

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

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

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