Html Css Color HEX #588072 Cutty Sark

📋 copy color: '#588072'

red 88 ◦ green 128 ◦ blue 114

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

Shades of Cutty Sark #588072

Tints of Cutty Sark #588072

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.79%

 BLUE value IS 114 (44.92% from 255) = 34.55%

R = 26.67%
G = 38.79%
B = 34.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#588072 (or 0x588072) is known color: Cutty Sark. HEX triplet: 58, 80 and 72. RGB value is (88,128,114). Sum of RGB (Red+Green+Blue) = 88+128+114=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 128 - color contains mainly: green. Hex color #588072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588072 is #A77F8D. Grayscale: #727272. Windows color (decimal): -10977166 or 7503960. OLE color: 7503960.

HSL color Cylindrical-coordinate representation of color #588072: hue angle of 159º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #588072 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 128 114 -
CMYK 0.31 0 0.11 0.50
HSL 159º 0.19% 0.42% -
HSV(B) 159º 0.31% 0.5% -
XYZ 14.78 18.73 18.76 -
YUV 114.44 127.75 109.14 -
System Red Green Blue C M Y K H S L
Decimal 88 128 114 0.31 0 0.11 0.50 159 0.19 0.42
Hex 58 80 72 1F 0 B 32 9F 13 2A
Octal 130 200 162 37 0 13 62 237 23 52
Binary 1011000 10000000 1110010 11111 0 1011 110010 10011111 10011 101010

Color Harmonies of #588072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588072

Black with #588072

Text Example


Text Example

White with #588072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588072; }

 p { color: rgb(88,128,114); }

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

background-color css

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

 a { background-color: rgb(88,128,114); }

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

border-color css

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

 span { border-color: rgb(88,128,114); }

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