Html Css Color HEX #558770 Cutty Sark

📋 copy color: '#558770'

red 85 ◦ green 135 ◦ blue 112

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

Shades of Cutty Sark #558770

Tints of Cutty Sark #558770

RGB

 RED value IS 85 (33.59% from 255) = 25.6%

 GREEN value IS 135 (53.13% from 255) = 40.66%

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

R = 25.6%
G = 40.66%
B = 33.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#558770 (or 0x558770) is known color: Cutty Sark. HEX triplet: 55, 87 and 70. RGB value is (85,135,112). Sum of RGB (Red+Green+Blue) = 85+135+112=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #558770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558770 is #AA788F. Grayscale: #757575. Windows color (decimal): -11171984 or 7374677. OLE color: 7374677.

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

Color convert

RGB 85 135 112 -
CMYK 0.37 0 0.17 0.47
HSL 152.4º 0.23% 0.43% -
HSV(B) 152.4º 0.37% 0.53% -
XYZ 15.33 20.43 18.46 -
YUV 117.43 124.94 104.87 -
System Red Green Blue C M Y K H S L
Decimal 85 135 112 0.37 0 0.17 0.47 152.4 0.23 0.43
Hex 55 87 70 25 0 11 2F 98 17 2B
Octal 125 207 160 45 0 21 57 230 27 53
Binary 1010101 10000111 1110000 100101 0 10001 101111 10011000 10111 101011

Color Harmonies of #558770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558770

Black with #558770

Text Example


Text Example

White with #558770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558770; }

 p { color: rgb(85,135,112); }

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

background-color css

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

 a { background-color: rgb(85,135,112); }

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

border-color css

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

 span { border-color: rgb(85,135,112); }

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