Html Css Color HEX #58786C Cutty Sark

📋 copy color: '#58786C'

red 88 ◦ green 120 ◦ blue 108

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

Shades of Cutty Sark #58786C

Tints of Cutty Sark #58786C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.97%

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

R = 27.85%
G = 37.97%
B = 34.18%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#58786C (or 0x58786C) is known color: Cutty Sark. HEX triplet: 58, 78 and 6C. RGB value is (88,120,108). Sum of RGB (Red+Green+Blue) = 88+120+108=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 120 - color contains mainly: green. Hex color #58786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58786C is #A78793. Grayscale: #6D6D6D. Windows color (decimal): -10979220 or 7108696. OLE color: 7108696.

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

Color convert

RGB 88 120 108 -
CMYK 0.27 0 0.10 0.53
HSL 157.5º 0.15% 0.41% -
HSV(B) 157.5º 0.27% 0.47% -
XYZ 13.45 16.59 16.68 -
YUV 109.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 88 120 108 0.27 0 0.10 0.53 157.5 0.15 0.41
Hex 58 78 6C 1B 0 A 35 9E F 29
Octal 130 170 154 33 0 12 65 236 17 51
Binary 1011000 1111000 1101100 11011 0 1010 110101 10011110 1111 101001

Color Harmonies of #58786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58786C

Black with #58786C

Text Example


Text Example

White with #58786C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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