Html Css Color HEX #557165 Cutty Sark

📋 copy color: '#557165'

red 85 ◦ green 113 ◦ blue 101

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

Shades of Cutty Sark #557165

Tints of Cutty Sark #557165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.79%

 BLUE value IS 101 (39.84% from 255) = 33.78%

R = 28.43%
G = 37.79%
B = 33.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#557165 (or 0x557165) is known color: Cutty Sark. HEX triplet: 55, 71 and 65. RGB value is (85,113,101). Sum of RGB (Red+Green+Blue) = 85+113+101=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 113 - color contains mainly: green. Hex color #557165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557165 is #AA8E9A. Grayscale: #676767. Windows color (decimal): -11177627 or 6648149. OLE color: 6648149.

HSL color Cylindrical-coordinate representation of color #557165: hue angle of 154.29º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #557165 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 113 101 -
CMYK 0.25 0 0.11 0.56
HSL 154.29º 0.14% 0.39% -
HSV(B) 154.29º 0.25% 0.44% -
XYZ 12 14.68 14.51 -
YUV 103.26 126.72 114.98 -
System Red Green Blue C M Y K H S L
Decimal 85 113 101 0.25 0 0.11 0.56 154.29 0.14 0.39
Hex 55 71 65 19 0 B 38 9A E 27
Octal 125 161 145 31 0 13 70 232 16 47
Binary 1010101 1110001 1100101 11001 0 1011 111000 10011010 1110 100111

Color Harmonies of #557165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557165

Black with #557165

Text Example


Text Example

White with #557165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557165; }

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

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

background-color css

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

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

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

border-color css

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

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

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