#656882

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

Shades of Comet #656882

Tints of Comet #656882

Color information

#656882 (or 0x656882) is unknown color: approx Comet. HEX triplet: 65, 68 and 82. RGB value is (101,104,130). Sum of RGB (Red+Green+Blue) = 101+104+130=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 130 - color contains mainly: blue. Hex color #656882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656882 is #9A977D. Grayscale: #696969. Windows color (decimal): -10131326 or 8546405. OLE color: 8546405.

HSL color Cylindrical-coordinate representation of color #656882: hue angle of 233.79º 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 #656882 is Cyan = 0.22, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB101104130-
CMYK0.220.200.49
HSL233.79º12.55%45.29%-
HSV(B)233.79º22.31%50.98%-
XYZ14.3514.2823.12-
YUV106.07141.51124.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.15%
GREEN value IS 104 (41.02% from 255) = 31.04%
BLUE value IS 130 (51.17% from 255) = 38.81%
R=30.15%
G=31.04%
B=38.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1011041300.220.200.49233.7912.5545.29
Hex6568821614031ead2d
Octal14515020226240613521555
Binary110010111010001000001010110101000110001111010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656882; }

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

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

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

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

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

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

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

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