Html Css Color HEX #557769 Cutty Sark

📋 copy color: '#557769'

red 85 ◦ green 119 ◦ blue 105

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

Shades of Cutty Sark #557769

Tints of Cutty Sark #557769

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.51%

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

R = 27.51%
G = 38.51%
B = 33.98%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#557769 (or 0x557769) is known color: Cutty Sark. HEX triplet: 55, 77 and 69. RGB value is (85,119,105). Sum of RGB (Red+Green+Blue) = 85+119+105=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 119 - color contains mainly: green. Hex color #557769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557769 is #AA8896. Grayscale: #6B6B6B. Windows color (decimal): -11176087 or 6911829. OLE color: 6911829.

HSL color Cylindrical-coordinate representation of color #557769: hue angle of 155.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #557769 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 119 105 -
CMYK 0.29 0 0.12 0.53
HSL 155.29º 0.17% 0.4% -
HSV(B) 155.29º 0.29% 0.47% -
XYZ 12.89 16.14 15.8 -
YUV 107.24 126.74 112.14 -
System Red Green Blue C M Y K H S L
Decimal 85 119 105 0.29 0 0.12 0.53 155.29 0.17 0.4
Hex 55 77 69 1D 0 C 35 9B 11 28
Octal 125 167 151 35 0 14 65 233 21 50
Binary 1010101 1110111 1101001 11101 0 1100 110101 10011011 10001 101000

Color Harmonies of #557769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557769

Black with #557769

Text Example


Text Example

White with #557769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557769; }

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

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

background-color css

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

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

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

border-color css

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

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

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