Html Css Color HEX #558774 Cutty Sark

📋 copy color: '#558774'

red 85 ◦ green 135 ◦ blue 116

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

Shades of Cutty Sark #558774

Tints of Cutty Sark #558774

RGB

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

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

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

R = 25.3%
G = 40.18%
B = 34.52%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#558774 (or 0x558774) is known color: Cutty Sark. HEX triplet: 55, 87 and 74. RGB value is (85,135,116). Sum of RGB (Red+Green+Blue) = 85+135+116=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #558774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558774 is #AA788B. Grayscale: #757575. Windows color (decimal): -11171980 or 7636821. OLE color: 7636821.

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

Color convert

RGB 85 135 116 -
CMYK 0.37 0 0.14 0.47
HSL 157.2º 0.23% 0.43% -
HSV(B) 157.2º 0.37% 0.53% -
XYZ 15.56 20.52 19.66 -
YUV 117.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 85 135 116 0.37 0 0.14 0.47 157.2 0.23 0.43
Hex 55 87 74 25 0 E 2F 9D 17 2B
Octal 125 207 164 45 0 16 57 235 27 53
Binary 1010101 10000111 1110100 100101 0 1110 101111 10011101 10111 101011

Color Harmonies of #558774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558774

Black with #558774

Text Example


Text Example

White with #558774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558774; }

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

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

background-color css

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

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

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

border-color css

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

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

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