Html Css Color HEX #58776C Cutty Sark

📋 copy color: '#58776C'

red 88 ◦ green 119 ◦ blue 108

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

Shades of Cutty Sark #58776C

Tints of Cutty Sark #58776C

RGB

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

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

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

R = 27.94%
G = 37.78%
B = 34.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#58776C (or 0x58776C) is known color: Cutty Sark. HEX triplet: 58, 77 and 6C. RGB value is (88,119,108). Sum of RGB (Red+Green+Blue) = 88+119+108=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 119 - color contains mainly: green. Hex color #58776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58776C is #A78893. Grayscale: #6C6C6C. Windows color (decimal): -10979476 or 7108440. OLE color: 7108440.

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

Color convert

RGB 88 119 108 -
CMYK 0.26 0 0.09 0.53
HSL 158.71º 0.15% 0.41% -
HSV(B) 158.71º 0.26% 0.47% -
XYZ 13.33 16.35 16.64 -
YUV 108.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 88 119 108 0.26 0 0.09 0.53 158.71 0.15 0.41
Hex 58 77 6C 1A 0 9 35 9F F 29
Octal 130 167 154 32 0 11 65 237 17 51
Binary 1011000 1110111 1101100 11010 0 1001 110101 10011111 1111 101001

Color Harmonies of #58776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58776C

Black with #58776C

Text Example


Text Example

White with #58776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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