Html Css Color HEX #558779 Cutty Sark

📋 copy color: '#558779'

red 85 ◦ green 135 ◦ blue 121

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

Shades of Cutty Sark #558779

Tints of Cutty Sark #558779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.48%

R = 24.93%
G = 39.59%
B = 35.48%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#558779 (or 0x558779) is known color: Cutty Sark. HEX triplet: 55, 87 and 79. RGB value is (85,135,121). Sum of RGB (Red+Green+Blue) = 85+135+121=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 135 - color contains mainly: green. Hex color #558779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558779 is #AA7886. Grayscale: #767676. Windows color (decimal): -11171975 or 7964501. OLE color: 7964501.

HSL color Cylindrical-coordinate representation of color #558779: hue angle of 163.2º 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 #558779 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 135 121 -
CMYK 0.37 0 0.10 0.47
HSL 163.2º 0.23% 0.43% -
HSV(B) 163.2º 0.37% 0.53% -
XYZ 15.86 20.64 21.24 -
YUV 118.45 129.44 104.14 -
System Red Green Blue C M Y K H S L
Decimal 85 135 121 0.37 0 0.10 0.47 163.2 0.23 0.43
Hex 55 87 79 25 0 A 2F A3 17 2B
Octal 125 207 171 45 0 12 57 243 27 53
Binary 1010101 10000111 1111001 100101 0 1010 101111 10100011 10111 101011

Color Harmonies of #558779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558779

Black with #558779

Text Example


Text Example

White with #558779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558779; }

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

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

background-color css

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

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

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

border-color css

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

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

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