Html Css Color HEX #58896F Cutty Sark

📋 copy color: '#58896F'

red 88 ◦ green 137 ◦ blue 111

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

Shades of Cutty Sark #58896F

Tints of Cutty Sark #58896F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.77%

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

R = 26.19%
G = 40.77%
B = 33.04%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#58896F (or 0x58896F) is known color: Cutty Sark. HEX triplet: 58, 89 and 6F. RGB value is (88,137,111). Sum of RGB (Red+Green+Blue) = 88+137+111=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 137 - color contains mainly: green. Hex color #58896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58896F is #A77690. Grayscale: #777777. Windows color (decimal): -10974865 or 7309656. OLE color: 7309656.

HSL color Cylindrical-coordinate representation of color #58896F: hue angle of 148.16º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #58896F is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 88 137 111 -
CMYK 0.36 0 0.19 0.46
HSL 148.16º 0.22% 0.44% -
HSV(B) 148.16º 0.36% 0.54% -
XYZ 15.84 21.11 18.28 -
YUV 119.39 123.27 105.61 -
System Red Green Blue C M Y K H S L
Decimal 88 137 111 0.36 0 0.19 0.46 148.16 0.22 0.44
Hex 58 89 6F 24 0 13 2E 94 16 2C
Octal 130 211 157 44 0 23 56 224 26 54
Binary 1011000 10001001 1101111 100100 0 10011 101110 10010100 10110 101100

Color Harmonies of #58896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58896F

Black with #58896F

Text Example


Text Example

White with #58896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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