Html Css Color HEX #58796C Cutty Sark

📋 copy color: '#58796C'

red 88 ◦ green 121 ◦ blue 108

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

Shades of Cutty Sark #58796C

Tints of Cutty Sark #58796C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.07%

R = 27.76%
G = 38.17%
B = 34.07%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#58796C (or 0x58796C) is known color: Cutty Sark. HEX triplet: 58, 79 and 6C. RGB value is (88,121,108). Sum of RGB (Red+Green+Blue) = 88+121+108=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 121 - color contains mainly: green. Hex color #58796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58796C is #A78693. Grayscale: #6D6D6D. Windows color (decimal): -10978964 or 7108952. OLE color: 7108952.

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

Color convert

RGB 88 121 108 -
CMYK 0.27 0 0.11 0.53
HSL 156.36º 0.16% 0.41% -
HSV(B) 156.36º 0.27% 0.47% -
XYZ 13.57 16.83 16.72 -
YUV 109.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 88 121 108 0.27 0 0.11 0.53 156.36 0.16 0.41
Hex 58 79 6C 1B 0 B 35 9C 10 29
Octal 130 171 154 33 0 13 65 234 20 51
Binary 1011000 1111001 1101100 11011 0 1011 110101 10011100 10000 101001

Color Harmonies of #58796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58796C

Black with #58796C

Text Example


Text Example

White with #58796C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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