Html Css Color HEX #558674 Cutty Sark

📋 copy color: '#558674'

red 85 ◦ green 134 ◦ blue 116

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

Shades of Cutty Sark #558674

Tints of Cutty Sark #558674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40%

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

R = 25.37%
G = 40%
B = 34.63%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#558674 (or 0x558674) is known color: Cutty Sark. HEX triplet: 55, 86 and 74. RGB value is (85,134,116). Sum of RGB (Red+Green+Blue) = 85+134+116=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 134 - color contains mainly: green. Hex color #558674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558674 is #AA798B. Grayscale: #757575. Windows color (decimal): -11172236 or 7636565. OLE color: 7636565.

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

Color convert

RGB 85 134 116 -
CMYK 0.37 0 0.13 0.47
HSL 157.96º 0.22% 0.43% -
HSV(B) 157.96º 0.37% 0.53% -
XYZ 15.42 20.24 19.62 -
YUV 117.3 127.27 104.96 -
System Red Green Blue C M Y K H S L
Decimal 85 134 116 0.37 0 0.13 0.47 157.96 0.22 0.43
Hex 55 86 74 25 0 D 2F 9E 16 2B
Octal 125 206 164 45 0 15 57 236 26 53
Binary 1010101 10000110 1110100 100101 0 1101 101111 10011110 10110 101011

Color Harmonies of #558674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558674

Black with #558674

Text Example


Text Example

White with #558674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558674; }

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

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

background-color css

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

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

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

border-color css

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

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

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