Html Css Color HEX #58756B Cutty Sark

📋 copy color: '#58756B'

red 88 ◦ green 117 ◦ blue 107

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

Shades of Cutty Sark #58756B

Tints of Cutty Sark #58756B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 28.21%
G = 37.5%
B = 34.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#58756B (or 0x58756B) is known color: Cutty Sark. HEX triplet: 58, 75 and 6B. RGB value is (88,117,107). Sum of RGB (Red+Green+Blue) = 88+117+107=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 117 - color contains mainly: green. Hex color #58756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58756B is #A78A94. Grayscale: #6B6B6B. Windows color (decimal): -10979989 or 7042392. OLE color: 7042392.

HSL color Cylindrical-coordinate representation of color #58756B: hue angle of 159.31º 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 #58756B is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 117 107 -
CMYK 0.25 0 0.09 0.54
HSL 159.31º 0.14% 0.4% -
HSV(B) 159.31º 0.25% 0.46% -
XYZ 13.04 15.86 16.28 -
YUV 107.19 127.89 114.31 -
System Red Green Blue C M Y K H S L
Decimal 88 117 107 0.25 0 0.09 0.54 159.31 0.14 0.4
Hex 58 75 6B 19 0 9 36 9F E 28
Octal 130 165 153 31 0 11 66 237 16 50
Binary 1011000 1110101 1101011 11001 0 1001 110110 10011111 1110 101000

Color Harmonies of #58756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58756B

Black with #58756B

Text Example


Text Example

White with #58756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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