Html Css Color HEX #588474 Cutty Sark

📋 copy color: '#588474'

red 88 ◦ green 132 ◦ blue 116

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

Shades of Cutty Sark #588474

Tints of Cutty Sark #588474

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.29%

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

R = 26.19%
G = 39.29%
B = 34.52%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#588474 (or 0x588474) is known color: Cutty Sark. HEX triplet: 58, 84 and 74. RGB value is (88,132,116). Sum of RGB (Red+Green+Blue) = 88+132+116=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 132 - color contains mainly: green. Hex color #588474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588474 is #A77B8B. Grayscale: #757575. Windows color (decimal): -10976140 or 7636056. OLE color: 7636056.

HSL color Cylindrical-coordinate representation of color #588474: hue angle of 158.18º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #588474 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 132 116 -
CMYK 0.33 0 0.12 0.48
HSL 158.18º 0.2% 0.43% -
HSV(B) 158.18º 0.33% 0.52% -
XYZ 15.43 19.84 19.54 -
YUV 117.02 127.42 107.3 -
System Red Green Blue C M Y K H S L
Decimal 88 132 116 0.33 0 0.12 0.48 158.18 0.2 0.43
Hex 58 84 74 21 0 C 30 9E 14 2B
Octal 130 204 164 41 0 14 60 236 24 53
Binary 1011000 10000100 1110100 100001 0 1100 110000 10011110 10100 101011

Color Harmonies of #588474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588474

Black with #588474

Text Example


Text Example

White with #588474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588474; }

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

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

background-color css

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

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

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

border-color css

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

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

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