Html Css Color HEX #58796E Cutty Sark

📋 copy color: '#58796E'

red 88 ◦ green 121 ◦ blue 110

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

Shades of Cutty Sark #58796E

Tints of Cutty Sark #58796E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.48%

R = 27.59%
G = 37.93%
B = 34.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#58796E (or 0x58796E) is known color: Cutty Sark. HEX triplet: 58, 79 and 6E. RGB value is (88,121,110). Sum of RGB (Red+Green+Blue) = 88+121+110=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 121 - color contains mainly: green. Hex color #58796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58796E is #A78691. Grayscale: #6D6D6D. Windows color (decimal): -10978962 or 7240024. OLE color: 7240024.

HSL color Cylindrical-coordinate representation of color #58796E: hue angle of 160º 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 #58796E is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 121 110 -
CMYK 0.27 0 0.09 0.53
HSL 160º 0.16% 0.41% -
HSV(B) 160º 0.27% 0.47% -
XYZ 13.68 16.88 17.29 -
YUV 109.88 128.07 112.39 -
System Red Green Blue C M Y K H S L
Decimal 88 121 110 0.27 0 0.09 0.53 160 0.16 0.41
Hex 58 79 6E 1B 0 9 35 A0 10 29
Octal 130 171 156 33 0 11 65 240 20 51
Binary 1011000 1111001 1101110 11011 0 1001 110101 10100000 10000 101001

Color Harmonies of #58796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58796E

Black with #58796E

Text Example


Text Example

White with #58796E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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