Html Css Color HEX #587D74 Cutty Sark

📋 copy color: '#587D74'

red 88 ◦ green 125 ◦ blue 116

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

Shades of Cutty Sark #587D74

Tints of Cutty Sark #587D74

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.99%

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

R = 26.75%
G = 37.99%
B = 35.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#587D74 (or 0x587D74) is known color: Cutty Sark. HEX triplet: 58, 7D and 74. RGB value is (88,125,116). Sum of RGB (Red+Green+Blue) = 88+125+116=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 125 - color contains mainly: green. Hex color #587D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587D74 is #A7828B. Grayscale: #707070. Windows color (decimal): -10977932 or 7634264. OLE color: 7634264.

HSL color Cylindrical-coordinate representation of color #587D74: hue angle of 165.41º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #587D74 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 125 116 -
CMYK 0.30 0 0.07 0.51
HSL 165.41º 0.17% 0.42% -
HSV(B) 165.41º 0.3% 0.49% -
XYZ 14.51 18 19.23 -
YUV 112.91 129.74 110.23 -
System Red Green Blue C M Y K H S L
Decimal 88 125 116 0.30 0 0.07 0.51 165.41 0.17 0.42
Hex 58 7D 74 1E 0 7 33 A5 11 2A
Octal 130 175 164 36 0 7 63 245 21 52
Binary 1011000 1111101 1110100 11110 0 111 110011 10100101 10001 101010

Color Harmonies of #587D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587D74

Black with #587D74

Text Example


Text Example

White with #587D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587D74; }

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

 H1.HeaderClassName
 {
   color: #587D74;
 }
 .AnyTagClassName
 {
   color: #587D74;
 }
</style>

background-color css

<style>
 a { background-color: #587D74; }

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

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

border-color css

<style>
 span { border-color: #587D74; }

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

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