Html Css Color HEX #5F817B Rolling Stone

📋 copy color: '#5F817B'

red 95 ◦ green 129 ◦ blue 123

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

Shades of Rolling Stone #5F817B

Tints of Rolling Stone #5F817B

RGB

 RED value IS 95 (37.5% from 255) = 27.38%

 GREEN value IS 129 (50.78% from 255) = 37.18%

 BLUE value IS 123 (48.44% from 255) = 35.45%

R = 27.38%
G = 37.18%
B = 35.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#5F817B (or 0x5F817B) is known color: Rolling Stone. HEX triplet: 5F, 81 and 7B. RGB value is (95,129,123). Sum of RGB (Red+Green+Blue) = 95+129+123=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 129 - color contains mainly: green. Hex color #5F817B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F817B is #A07E84. Grayscale: #767676. Windows color (decimal): -10518149 or 8094047. OLE color: 8094047.

HSL color Cylindrical-coordinate representation of color #5F817B: hue angle of 169.41º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5F817B is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 95 129 123 -
CMYK 0.26 0 0.05 0.49
HSL 169.41º 0.15% 0.44% -
HSV(B) 169.41º 0.26% 0.51% -
XYZ 16.14 19.56 21.66 -
YUV 118.15 130.74 111.49 -
System Red Green Blue C M Y K H S L
Decimal 95 129 123 0.26 0 0.05 0.49 169.41 0.15 0.44
Hex 5F 81 7B 1A 0 5 31 A9 F 2C
Octal 137 201 173 32 0 5 61 251 17 54
Binary 1011111 10000001 1111011 11010 0 101 110001 10101001 1111 101100

Color Harmonies of #5F817B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F817B

Black with #5F817B

Text Example


Text Example

White with #5F817B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F817B; }

 p { color: rgb(95,129,123); }

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

background-color css

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

 a { background-color: rgb(95,129,123); }

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

border-color css

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

 span { border-color: rgb(95,129,123); }

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