Html Css Color HEX #557969 Cutty Sark

📋 copy color: '#557969'

red 85 ◦ green 121 ◦ blue 105

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

Shades of Cutty Sark #557969

Tints of Cutty Sark #557969

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.91%

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

R = 27.33%
G = 38.91%
B = 33.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#557969 (or 0x557969) is known color: Cutty Sark. HEX triplet: 55, 79 and 69. RGB value is (85,121,105). Sum of RGB (Red+Green+Blue) = 85+121+105=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 121 - color contains mainly: green. Hex color #557969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557969 is #AA8696. Grayscale: #6C6C6C. Windows color (decimal): -11175575 or 6912341. OLE color: 6912341.

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

Color convert

RGB 85 121 105 -
CMYK 0.30 0 0.13 0.53
HSL 153.33º 0.17% 0.4% -
HSV(B) 153.33º 0.3% 0.47% -
XYZ 13.13 16.63 15.88 -
YUV 108.41 126.07 111.3 -
System Red Green Blue C M Y K H S L
Decimal 85 121 105 0.30 0 0.13 0.53 153.33 0.17 0.4
Hex 55 79 69 1E 0 D 35 99 11 28
Octal 125 171 151 36 0 15 65 231 21 50
Binary 1010101 1111001 1101001 11110 0 1101 110101 10011001 10001 101000

Color Harmonies of #557969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557969

Black with #557969

Text Example


Text Example

White with #557969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557969; }

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

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

background-color css

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

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

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

border-color css

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

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

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