#62827D

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

Shades of Rolling Stone #62827D

Tints of Rolling Stone #62827D

Color information

#62827D (or 0x62827D) is unknown color: approx Rolling Stone. HEX triplet: 62, 82 and 7D. RGB value is (98,130,125). Sum of RGB (Red+Green+Blue) = 98+130+125=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 130 - color contains mainly: green. Hex color #62827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62827D is #9D7D82. Grayscale: #777777. Windows color (decimal): -10321283 or 8225378. OLE color: 8225378.

HSL color Cylindrical-coordinate representation of color #62827D: hue angle of 170.62º 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 #62827D is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB98130125-
CMYK0.2500.040.49
HSL170.62º14.04%44.71%-
HSV(B)170.62º24.62%50.98%-
XYZ16.7220.0422.39-
YUV119.86130.9112.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.76%
GREEN value IS 130 (51.17% from 255) = 36.83%
BLUE value IS 125 (49.22% from 255) = 35.41%
R=27.76%
G=36.83%
B=35.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981301250.2500.040.49170.6214.0444.71
Hex62827D190431abe2d
Octal1422021753104612531655
Binary1100010100000101111101110010100110001101010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62827D; }

 p { color: rgb(98,130,125); }

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

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

 a { background-color: rgb(98,130,125); }

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

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

 span { border-color: rgb(98,130,125); }

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