#658580

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

Shades of Rolling Stone #658580

Tints of Rolling Stone #658580

Color information

#658580 (or 0x658580) is unknown color: approx Rolling Stone. HEX triplet: 65, 85 and 80. RGB value is (101,133,128). Sum of RGB (Red+Green+Blue) = 101+133+128=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 133 - color contains mainly: green. Hex color #658580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658580 is #9A7A7F. Grayscale: #7A7A7A. Windows color (decimal): -10123904 or 8422757. OLE color: 8422757.

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

Color convert

RGB101133128-
CMYK0.2400.040.48
HSL170.62º13.68%45.88%-
HSV(B)170.62º24.06%52.16%-
XYZ17.6521.123.56-
YUV122.86130.9112.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.90%
GREEN value IS 133 (52.34% from 255) = 36.74%
BLUE value IS 128 (50.39% from 255) = 35.36%
R=27.90%
G=36.74%
B=35.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011331280.2400.040.48170.6213.6845.88
Hex658580180430abe2e
Octal1452052003004602531656
Binary11001011000010110000000110000100110000101010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658580; }

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

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

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

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

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

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

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

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