Html Css Color HEX #557366 Cutty Sark

📋 copy color: '#557366'

red 85 ◦ green 115 ◦ blue 102

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

Shades of Cutty Sark #557366

Tints of Cutty Sark #557366

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.08%

 BLUE value IS 102 (40.23% from 255) = 33.77%

R = 28.15%
G = 38.08%
B = 33.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#557366 (or 0x557366) is known color: Cutty Sark. HEX triplet: 55, 73 and 66. RGB value is (85,115,102). Sum of RGB (Red+Green+Blue) = 85+115+102=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 115 - color contains mainly: green. Hex color #557366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557366 is #AA8C99. Grayscale: #686868. Windows color (decimal): -11177114 or 6714197. OLE color: 6714197.

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

Color convert

RGB 85 115 102 -
CMYK 0.26 0 0.11 0.55
HSL 154º 0.15% 0.39% -
HSV(B) 154º 0.26% 0.45% -
XYZ 12.28 15.15 14.85 -
YUV 104.55 126.56 114.06 -
System Red Green Blue C M Y K H S L
Decimal 85 115 102 0.26 0 0.11 0.55 154 0.15 0.39
Hex 55 73 66 1A 0 B 37 9A F 27
Octal 125 163 146 32 0 13 67 232 17 47
Binary 1010101 1110011 1100110 11010 0 1011 110111 10011010 1111 100111

Color Harmonies of #557366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557366

Black with #557366

Text Example


Text Example

White with #557366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557366; }

 p { color: rgb(85,115,102); }

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

background-color css

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

 a { background-color: rgb(85,115,102); }

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

border-color css

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

 span { border-color: rgb(85,115,102); }

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