Html Css Color HEX #557569 Cutty Sark

📋 copy color: '#557569'

red 85 ◦ green 117 ◦ blue 105

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

Shades of Cutty Sark #557569

Tints of Cutty Sark #557569

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.11%

 BLUE value IS 105 (41.41% from 255) = 34.2%

R = 27.69%
G = 38.11%
B = 34.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#557569 (or 0x557569) is known color: Cutty Sark. HEX triplet: 55, 75 and 69. RGB value is (85,117,105). Sum of RGB (Red+Green+Blue) = 85+117+105=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 117 - color contains mainly: green. Hex color #557569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557569 is #AA8A96. Grayscale: #6A6A6A. Windows color (decimal): -11176599 or 6911317. OLE color: 6911317.

HSL color Cylindrical-coordinate representation of color #557569: hue angle of 157.5º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #557569 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 117 105 -
CMYK 0.27 0 0.10 0.54
HSL 157.5º 0.16% 0.4% -
HSV(B) 157.5º 0.27% 0.46% -
XYZ 12.66 15.67 15.72 -
YUV 106.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 85 117 105 0.27 0 0.10 0.54 157.5 0.16 0.4
Hex 55 75 69 1B 0 A 36 9E 10 28
Octal 125 165 151 33 0 12 66 236 20 50
Binary 1010101 1110101 1101001 11011 0 1010 110110 10011110 10000 101000

Color Harmonies of #557569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557569

Black with #557569

Text Example


Text Example

White with #557569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557569; }

 p { color: rgb(85,117,105); }

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

background-color css

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

 a { background-color: rgb(85,117,105); }

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

border-color css

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

 span { border-color: rgb(85,117,105); }

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