#656483

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

Shades of Comet #656483

Tints of Comet #656483

Color information

#656483 (or 0x656483) is unknown color: approx Comet. HEX triplet: 65, 64 and 83. RGB value is (101,100,131). Sum of RGB (Red+Green+Blue) = 101+100+131=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 131 - color contains mainly: blue. Hex color #656483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656483 is #9A9B7C. Grayscale: #676767. Windows color (decimal): -10132349 or 8610917. OLE color: 8610917.

HSL color Cylindrical-coordinate representation of color #656483: hue angle of 241.94º degrees, saturation: 0.13, 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 #656483 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB101100131-
CMYK0.230.2400.49
HSL241.94º13.42%45.29%-
HSV(B)241.94º23.66%51.37%-
XYZ14.0213.5223.34-
YUV103.83143.33125.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.42%
GREEN value IS 100 (39.45% from 255) = 30.12%
BLUE value IS 131 (51.56% from 255) = 39.46%
R=30.42%
G=30.12%
B=39.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1011001310.230.2400.49241.9413.4245.29
Hex6564831718031f2d2d
Octal14514420327300613621555
Binary110010111001001000001110111110000110001111100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656483; }

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

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

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

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

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

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

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

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