Html Css Color HEX #558679 Cutty Sark

📋 copy color: '#558679'

red 85 ◦ green 134 ◦ blue 121

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

Shades of Cutty Sark #558679

Tints of Cutty Sark #558679

RGB

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

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

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

R = 25%
G = 39.41%
B = 35.59%

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

#558679 (or 0x558679) is known color: Cutty Sark. HEX triplet: 55, 86 and 79. RGB value is (85,134,121). Sum of RGB (Red+Green+Blue) = 85+134+121=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 134 - color contains mainly: green. Hex color #558679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558679 is #AA7986. Grayscale: #757575. Windows color (decimal): -11172231 or 7964245. OLE color: 7964245.

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

Color convert

RGB 85 134 121 -
CMYK 0.37 0 0.10 0.47
HSL 164.08º 0.22% 0.43% -
HSV(B) 164.08º 0.37% 0.53% -
XYZ 15.72 20.36 21.19 -
YUV 117.87 129.77 104.56 -
System Red Green Blue C M Y K H S L
Decimal 85 134 121 0.37 0 0.10 0.47 164.08 0.22 0.43
Hex 55 86 79 25 0 A 2F A4 16 2B
Octal 125 206 171 45 0 12 57 244 26 53
Binary 1010101 10000110 1111001 100101 0 1010 101111 10100100 10110 101011

Color Harmonies of #558679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558679

Black with #558679

Text Example


Text Example

White with #558679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558679; }

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

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

background-color css

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

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

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

border-color css

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

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

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