Html Css Color HEX #587970 Cutty Sark

📋 copy color: '#587970'

red 88 ◦ green 121 ◦ blue 112

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

Shades of Cutty Sark #587970

Tints of Cutty Sark #587970

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.69%

 BLUE value IS 112 (44.14% from 255) = 34.89%

R = 27.41%
G = 37.69%
B = 34.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#587970 (or 0x587970) is known color: Cutty Sark. HEX triplet: 58, 79 and 70. RGB value is (88,121,112). Sum of RGB (Red+Green+Blue) = 88+121+112=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 121 - color contains mainly: green. Hex color #587970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587970 is #A7868F. Grayscale: #6E6E6E. Windows color (decimal): -10978960 or 7371096. OLE color: 7371096.

HSL color Cylindrical-coordinate representation of color #587970: hue angle of 163.64º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #587970 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 121 112 -
CMYK 0.27 0 0.07 0.53
HSL 163.64º 0.16% 0.41% -
HSV(B) 163.64º 0.27% 0.47% -
XYZ 13.79 16.92 17.87 -
YUV 110.11 129.07 112.23 -
System Red Green Blue C M Y K H S L
Decimal 88 121 112 0.27 0 0.07 0.53 163.64 0.16 0.41
Hex 58 79 70 1B 0 7 35 A4 10 29
Octal 130 171 160 33 0 7 65 244 20 51
Binary 1011000 1111001 1110000 11011 0 111 110101 10100100 10000 101001

Color Harmonies of #587970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587970

Black with #587970

Text Example


Text Example

White with #587970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587970; }

 p { color: rgb(88,121,112); }

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

background-color css

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

 a { background-color: rgb(88,121,112); }

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

border-color css

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

 span { border-color: rgb(88,121,112); }

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