Html Css Color HEX #628580 Rolling Stone

📋 copy color: '#628580'

red 98 ◦ green 133 ◦ blue 128

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

Shades of Rolling Stone #628580

Tints of Rolling Stone #628580

RGB

 RED value IS 98 (38.67% from 255) = 27.3%

 GREEN value IS 133 (52.34% from 255) = 37.05%

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

R = 27.3%
G = 37.05%
B = 35.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#628580 (or 0x628580) is known color: Rolling Stone. HEX triplet: 62, 85 and 80. RGB value is (98,133,128). Sum of RGB (Red+Green+Blue) = 98+133+128=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 133 - color contains mainly: green. Hex color #628580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628580 is #9D7A7F. Grayscale: #797979. Windows color (decimal): -10320512 or 8422754. OLE color: 8422754.

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

Color convert

RGB 98 133 128 -
CMYK 0.26 0 0.04 0.48
HSL 171.43º 0.15% 0.45% -
HSV(B) 171.43º 0.26% 0.52% -
XYZ 17.32 20.93 23.55 -
YUV 121.97 131.4 110.91 -
System Red Green Blue C M Y K H S L
Decimal 98 133 128 0.26 0 0.04 0.48 171.43 0.15 0.45
Hex 62 85 80 1A 0 4 30 AB F 2D
Octal 142 205 200 32 0 4 60 253 17 55
Binary 1100010 10000101 10000000 11010 0 100 110000 10101011 1111 101101

Color Harmonies of #628580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628580

Black with #628580

Text Example


Text Example

White with #628580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628580; }

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

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

background-color css

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

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

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

border-color css

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

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

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