Html Css Color HEX #558571 Cutty Sark

📋 copy color: '#558571'

red 85 ◦ green 133 ◦ blue 113

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

Shades of Cutty Sark #558571

Tints of Cutty Sark #558571

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.18%

 BLUE value IS 113 (44.53% from 255) = 34.14%

R = 25.68%
G = 40.18%
B = 34.14%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#558571 (or 0x558571) is known color: Cutty Sark. HEX triplet: 55, 85 and 71. RGB value is (85,133,113). Sum of RGB (Red+Green+Blue) = 85+133+113=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #558571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558571 is #AA7A8E. Grayscale: #747474. Windows color (decimal): -11172495 or 7439701. OLE color: 7439701.

HSL color Cylindrical-coordinate representation of color #558571: hue angle of 155º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #558571 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 133 113 -
CMYK 0.36 0 0.15 0.48
HSL 155º 0.22% 0.43% -
HSV(B) 155º 0.36% 0.52% -
XYZ 15.11 19.9 18.67 -
YUV 116.37 126.1 105.63 -
System Red Green Blue C M Y K H S L
Decimal 85 133 113 0.36 0 0.15 0.48 155 0.22 0.43
Hex 55 85 71 24 0 F 30 9B 16 2B
Octal 125 205 161 44 0 17 60 233 26 53
Binary 1010101 10000101 1110001 100100 0 1111 110000 10011011 10110 101011

Color Harmonies of #558571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558571

Black with #558571

Text Example


Text Example

White with #558571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558571; }

 p { color: rgb(85,133,113); }

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

background-color css

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

 a { background-color: rgb(85,133,113); }

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

border-color css

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

 span { border-color: rgb(85,133,113); }

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