#65827D

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

Shades of Rolling Stone #65827D

Tints of Rolling Stone #65827D

Color information

#65827D (or 0x65827D) is unknown color: approx Rolling Stone. HEX triplet: 65, 82 and 7D. RGB value is (101,130,125). Sum of RGB (Red+Green+Blue) = 101+130+125=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 130 - color contains mainly: green. Hex color #65827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65827D is #9A7D82. Grayscale: #787878. Windows color (decimal): -10124675 or 8225381. OLE color: 8225381.

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

Color convert

RGB101130125-
CMYK0.2200.040.49
HSL169.66º12.55%45.29%-
HSV(B)169.66º22.31%50.98%-
XYZ17.0520.2122.4-
YUV120.76130.39113.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.37%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 125 (49.22% from 255) = 35.11%
R=28.37%
G=36.52%
B=35.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1011301250.2200.040.49169.6612.5545.29
Hex65827D160431aad2d
Octal1452021752604612521555
Binary1100101100000101111101101100100110001101010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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