Html Css Color HEX #58786F Cutty Sark

📋 copy color: '#58786F'

red 88 ◦ green 120 ◦ blue 111

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

Shades of Cutty Sark #58786F

Tints of Cutty Sark #58786F

RGB

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

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

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

R = 27.59%
G = 37.62%
B = 34.8%

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

#58786F (or 0x58786F) is known color: Cutty Sark. HEX triplet: 58, 78 and 6F. RGB value is (88,120,111). Sum of RGB (Red+Green+Blue) = 88+120+111=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 120 - color contains mainly: green. Hex color #58786F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58786F is #A78790. Grayscale: #6D6D6D. Windows color (decimal): -10979217 or 7305304. OLE color: 7305304.

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

Color convert

RGB 88 120 111 -
CMYK 0.27 0 0.08 0.53
HSL 163.13º 0.15% 0.41% -
HSV(B) 163.13º 0.27% 0.47% -
XYZ 13.61 16.66 17.54 -
YUV 109.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 88 120 111 0.27 0 0.08 0.53 163.13 0.15 0.41
Hex 58 78 6F 1B 0 8 35 A3 F 29
Octal 130 170 157 33 0 10 65 243 17 51
Binary 1011000 1111000 1101111 11011 0 1000 110101 10100011 1111 101001

Color Harmonies of #58786F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58786F

Black with #58786F

Text Example


Text Example

White with #58786F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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