Html Css Color HEX #58776E Cutty Sark

📋 copy color: '#58776E'

red 88 ◦ green 119 ◦ blue 110

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

Shades of Cutty Sark #58776E

Tints of Cutty Sark #58776E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.54%

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

R = 27.76%
G = 37.54%
B = 34.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#58776E (or 0x58776E) is known color: Cutty Sark. HEX triplet: 58, 77 and 6E. RGB value is (88,119,110). Sum of RGB (Red+Green+Blue) = 88+119+110=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 119 - color contains mainly: green. Hex color #58776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58776E is #A78891. Grayscale: #6C6C6C. Windows color (decimal): -10979474 or 7239512. OLE color: 7239512.

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

Color convert

RGB 88 119 110 -
CMYK 0.26 0 0.08 0.53
HSL 162.58º 0.15% 0.41% -
HSV(B) 162.58º 0.26% 0.47% -
XYZ 13.44 16.39 17.21 -
YUV 108.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 88 119 110 0.26 0 0.08 0.53 162.58 0.15 0.41
Hex 58 77 6E 1A 0 8 35 A3 F 29
Octal 130 167 156 32 0 10 65 243 17 51
Binary 1011000 1110111 1101110 11010 0 1000 110101 10100011 1111 101001

Color Harmonies of #58776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58776E

Black with #58776E

Text Example


Text Example

White with #58776E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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