Html Css Color HEX #588C74 Cutty Sark

📋 copy color: '#588C74'

red 88 ◦ green 140 ◦ blue 116

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

Shades of Cutty Sark #588C74

Tints of Cutty Sark #588C74

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.7%

 BLUE value IS 116 (45.7% from 255) = 33.72%

R = 25.58%
G = 40.7%
B = 33.72%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#588C74 (or 0x588C74) is known color: Cutty Sark. HEX triplet: 58, 8C and 74. RGB value is (88,140,116). Sum of RGB (Red+Green+Blue) = 88+140+116=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 140 - color contains mainly: green. Hex color #588C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588C74 is #A7738B. Grayscale: #797979. Windows color (decimal): -10974092 or 7638104. OLE color: 7638104.

HSL color Cylindrical-coordinate representation of color #588C74: hue angle of 152.31º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #588C74 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 140 116 -
CMYK 0.37 0 0.17 0.45
HSL 152.31º 0.23% 0.45% -
HSV(B) 152.31º 0.37% 0.55% -
XYZ 16.55 22.09 19.91 -
YUV 121.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 88 140 116 0.37 0 0.17 0.45 152.31 0.23 0.45
Hex 58 8C 74 25 0 11 2D 98 17 2D
Octal 130 214 164 45 0 21 55 230 27 55
Binary 1011000 10001100 1110100 100101 0 10001 101101 10011000 10111 101101

Color Harmonies of #588C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588C74

Black with #588C74

Text Example


Text Example

White with #588C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588C74; }

 p { color: rgb(88,140,116); }

 H1.HeaderClassName
 {
   color: #588C74;
 }
 .AnyTagClassName
 {
   color: #588C74;
 }
</style>

background-color css

<style>
 a { background-color: #588C74; }

 a { background-color: rgb(88,140,116); }

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

border-color css

<style>
 span { border-color: #588C74; }

 span { border-color: rgb(88,140,116); }

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