Html Css Color HEX #557669 Cutty Sark

📋 copy color: '#557669'

red 85 ◦ green 118 ◦ blue 105

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

Shades of Cutty Sark #557669

Tints of Cutty Sark #557669

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.31%

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

R = 27.6%
G = 38.31%
B = 34.09%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#557669 (or 0x557669) is known color: Cutty Sark. HEX triplet: 55, 76 and 69. RGB value is (85,118,105). Sum of RGB (Red+Green+Blue) = 85+118+105=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 118 - color contains mainly: green. Hex color #557669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557669 is #AA8996. Grayscale: #6A6A6A. Windows color (decimal): -11176343 or 6911573. OLE color: 6911573.

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

Color convert

RGB 85 118 105 -
CMYK 0.28 0 0.11 0.54
HSL 156.36º 0.16% 0.4% -
HSV(B) 156.36º 0.28% 0.46% -
XYZ 12.77 15.91 15.76 -
YUV 106.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 85 118 105 0.28 0 0.11 0.54 156.36 0.16 0.4
Hex 55 76 69 1C 0 B 36 9C 10 28
Octal 125 166 151 34 0 13 66 234 20 50
Binary 1010101 1110110 1101001 11100 0 1011 110110 10011100 10000 101000

Color Harmonies of #557669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557669

Black with #557669

Text Example


Text Example

White with #557669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557669; }

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

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

background-color css

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

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

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

border-color css

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

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

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