#638480

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

Shades of Rolling Stone #638480

Tints of Rolling Stone #638480

Color information

#638480 (or 0x638480) is unknown color: approx Rolling Stone. HEX triplet: 63, 84 and 80. RGB value is (99,132,128). Sum of RGB (Red+Green+Blue) = 99+132+128=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 132 - color contains mainly: green. Hex color #638480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638480 is #9C7B7F. Grayscale: #797979. Windows color (decimal): -10255232 or 8422499. OLE color: 8422499.

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

Color convert

RGB99132128-
CMYK0.2500.030.48
HSL172.73º14.29%45.29%-
HSV(B)172.73º25%51.76%-
XYZ17.2920.7123.51-
YUV121.68131.57111.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.58%
GREEN value IS 132 (51.95% from 255) = 36.77%
BLUE value IS 128 (50.39% from 255) = 35.65%
R=27.58%
G=36.77%
B=35.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991321280.2500.030.48172.7314.2945.29
Hex638480190330ade2d
Octal1432042003103602551655
Binary1100011100001001000000011001011110000101011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638480; }

 p { color: rgb(99,132,128); }

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

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

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

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

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

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

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