Html Css Color HEX #558574 Cutty Sark

📋 copy color: '#558574'

red 85 ◦ green 133 ◦ blue 116

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

Shades of Cutty Sark #558574

Tints of Cutty Sark #558574

RGB

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

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

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

R = 25.45%
G = 39.82%
B = 34.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#558574 (or 0x558574) is known color: Cutty Sark. HEX triplet: 55, 85 and 74. RGB value is (85,133,116). Sum of RGB (Red+Green+Blue) = 85+133+116=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #558574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558574 is #AA7A8B. Grayscale: #747474. Windows color (decimal): -11172492 or 7636309. OLE color: 7636309.

HSL color Cylindrical-coordinate representation of color #558574: hue angle of 158.75º 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 #558574 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 133 116 -
CMYK 0.36 0 0.13 0.48
HSL 158.75º 0.22% 0.43% -
HSV(B) 158.75º 0.36% 0.52% -
XYZ 15.29 19.97 19.57 -
YUV 116.71 127.6 105.38 -
System Red Green Blue C M Y K H S L
Decimal 85 133 116 0.36 0 0.13 0.48 158.75 0.22 0.43
Hex 55 85 74 24 0 D 30 9F 16 2B
Octal 125 205 164 44 0 15 60 237 26 53
Binary 1010101 10000101 1110100 100100 0 1101 110000 10011111 10110 101011

Color Harmonies of #558574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558574

Black with #558574

Text Example


Text Example

White with #558574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558574; }

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

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

background-color css

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

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

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

border-color css

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

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

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