Html Css Color HEX #58756C Cutty Sark

📋 copy color: '#58756C'

red 88 ◦ green 117 ◦ blue 108

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

Shades of Cutty Sark #58756C

Tints of Cutty Sark #58756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.38%

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

R = 28.12%
G = 37.38%
B = 34.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#58756C (or 0x58756C) is known color: Cutty Sark. HEX triplet: 58, 75 and 6C. RGB value is (88,117,108). Sum of RGB (Red+Green+Blue) = 88+117+108=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 117 - color contains mainly: green. Hex color #58756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58756C is #A78A93. Grayscale: #6B6B6B. Windows color (decimal): -10979988 or 7107928. OLE color: 7107928.

HSL color Cylindrical-coordinate representation of color #58756C: hue angle of 161.38º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #58756C is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 117 108 -
CMYK 0.25 0 0.08 0.54
HSL 161.38º 0.14% 0.4% -
HSV(B) 161.38º 0.25% 0.46% -
XYZ 13.09 15.88 16.56 -
YUV 107.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 88 117 108 0.25 0 0.08 0.54 161.38 0.14 0.4
Hex 58 75 6C 19 0 8 36 A1 E 28
Octal 130 165 154 31 0 10 66 241 16 50
Binary 1011000 1110101 1101100 11001 0 1000 110110 10100001 1110 101000

Color Harmonies of #58756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58756C

Black with #58756C

Text Example


Text Example

White with #58756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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