Html Css Color HEX #58796F Cutty Sark

📋 copy color: '#58796F'

red 88 ◦ green 121 ◦ blue 111

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

Shades of Cutty Sark #58796F

Tints of Cutty Sark #58796F

RGB

 RED value IS 88 (34.77% from 255) = 27.5%

 GREEN value IS 121 (47.66% from 255) = 37.81%

 BLUE value IS 111 (43.75% from 255) = 34.69%

R = 27.5%
G = 37.81%
B = 34.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#58796F (or 0x58796F) is known color: Cutty Sark. HEX triplet: 58, 79 and 6F. RGB value is (88,121,111). Sum of RGB (Red+Green+Blue) = 88+121+111=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 121 - color contains mainly: green. Hex color #58796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58796F is #A78690. Grayscale: #6E6E6E. Windows color (decimal): -10978961 or 7305560. OLE color: 7305560.

HSL color Cylindrical-coordinate representation of color #58796F: hue angle of 161.82º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #58796F is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 121 111 -
CMYK 0.27 0 0.08 0.53
HSL 161.82º 0.16% 0.41% -
HSV(B) 161.82º 0.27% 0.47% -
XYZ 13.73 16.9 17.58 -
YUV 109.99 128.57 112.31 -
System Red Green Blue C M Y K H S L
Decimal 88 121 111 0.27 0 0.08 0.53 161.82 0.16 0.41
Hex 58 79 6F 1B 0 8 35 A2 10 29
Octal 130 171 157 33 0 10 65 242 20 51
Binary 1011000 1111001 1101111 11011 0 1000 110101 10100010 10000 101001

Color Harmonies of #58796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58796F

Black with #58796F

Text Example


Text Example

White with #58796F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58796F; }

 p { color: rgb(88,121,111); }

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

background-color css

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

 a { background-color: rgb(88,121,111); }

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

border-color css

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

 span { border-color: rgb(88,121,111); }

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