Html Css Color HEX #656580 Comet

📋 copy color: '#656580'

red 101 ◦ green 101 ◦ blue 128

#656580
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Comet #656580

Tints of Comet #656580

RGB

 RED value IS 101 (39.84% from 255) = 30.61%

 GREEN value IS 101 (39.84% from 255) = 30.61%

 BLUE value IS 128 (50.39% from 255) = 38.79%

R = 30.61%
G = 30.61%
B = 38.79%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#656580 (or 0x656580) is known color: Comet. HEX triplet: 65, 65 and 80. RGB value is (101,101,128). Sum of RGB (Red+Green+Blue) = 101+101+128=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 128 - color contains mainly: blue. Hex color #656580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656580 is #9A9A7F. Grayscale: #676767. Windows color (decimal): -10132096 or 8414565. OLE color: 8414565.

HSL color Cylindrical-coordinate representation of color #656580: hue angle of 240º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #656580 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 101 128 -
CMYK 0.21 0.21 0 0.50
HSL 240º 0.12% 0.45% -
HSV(B) 240º 0.21% 0.5% -
XYZ 13.92 13.63 22.32 -
YUV 104.08 141.5 125.8 -
System Red Green Blue C M Y K H S L
Decimal 101 101 128 0.21 0.21 0 0.50 240 0.12 0.45
Hex 65 65 80 15 15 0 32 F0 C 2D
Octal 145 145 200 25 25 0 62 360 14 55
Binary 1100101 1100101 10000000 10101 10101 0 110010 11110000 1100 101101

Color Harmonies of #656580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656580

Black with #656580

Text Example


Text Example

White with #656580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656580; }

 p { color: rgb(101,101,128); }

 H1.HeaderClassName
 {
   color: #656580;
 }
 .AnyTagClassName
 {
   color: #656580;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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