#656283

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

Shades of Comet #656283

Tints of Comet #656283

Color information

#656283 (or 0x656283) is unknown color: approx Comet. HEX triplet: 65, 62 and 83. RGB value is (101,98,131). Sum of RGB (Red+Green+Blue) = 101+98+131=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 131 - color contains mainly: blue. Hex color #656283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656283 is #9A9D7C. Grayscale: #666666. Windows color (decimal): -10132861 or 8610405. OLE color: 8610405.

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

Color convert

RGB10198131-
CMYK0.230.2500.49
HSL245.45º14.41%44.9%-
HSV(B)245.45º25.19%51.37%-
XYZ13.8313.1423.28-
YUV102.66143.99126.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.61%
GREEN value IS 98 (38.67% from 255) = 29.70%
BLUE value IS 131 (51.56% from 255) = 39.70%
R=30.61%
G=29.70%
B=39.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101981310.230.2500.49245.4514.4144.9
Hex6562831719031f5e2d
Octal14514220327310613651655
Binary110010111000101000001110111110010110001111101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656283; }

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

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

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

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

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

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

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

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