Html Css Color HEX #557467 Cutty Sark

📋 copy color: '#557467'

red 85 ◦ green 116 ◦ blue 103

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

Shades of Cutty Sark #557467

Tints of Cutty Sark #557467

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.16%

 BLUE value IS 103 (40.63% from 255) = 33.88%

R = 27.96%
G = 38.16%
B = 33.88%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#557467 (or 0x557467) is known color: Cutty Sark. HEX triplet: 55, 74 and 67. RGB value is (85,116,103). Sum of RGB (Red+Green+Blue) = 85+116+103=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 116 - color contains mainly: green. Hex color #557467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557467 is #AA8B98. Grayscale: #696969. Windows color (decimal): -11176857 or 6779989. OLE color: 6779989.

HSL color Cylindrical-coordinate representation of color #557467: hue angle of 154.84º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #557467 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 116 103 -
CMYK 0.27 0 0.11 0.55
HSL 154.84º 0.15% 0.39% -
HSV(B) 154.84º 0.27% 0.45% -
XYZ 12.44 15.4 15.15 -
YUV 105.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 85 116 103 0.27 0 0.11 0.55 154.84 0.15 0.39
Hex 55 74 67 1B 0 B 37 9B F 27
Octal 125 164 147 33 0 13 67 233 17 47
Binary 1010101 1110100 1100111 11011 0 1011 110111 10011011 1111 100111

Color Harmonies of #557467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557467

Black with #557467

Text Example


Text Example

White with #557467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557467; }

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

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

background-color css

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

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

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

border-color css

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

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

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