Html Css Color HEX #557568 Cutty Sark

📋 copy color: '#557568'

red 85 ◦ green 117 ◦ blue 104

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

Shades of Cutty Sark #557568

Tints of Cutty Sark #557568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.99%

R = 27.78%
G = 38.24%
B = 33.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#557568 (or 0x557568) is known color: Cutty Sark. HEX triplet: 55, 75 and 68. RGB value is (85,117,104). Sum of RGB (Red+Green+Blue) = 85+117+104=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 117 - color contains mainly: green. Hex color #557568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557568 is #AA8A97. Grayscale: #696969. Windows color (decimal): -11176600 or 6845781. OLE color: 6845781.

HSL color Cylindrical-coordinate representation of color #557568: hue angle of 155.62º 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 #557568 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 117 104 -
CMYK 0.27 0 0.11 0.54
HSL 155.63º 0.16% 0.4% -
HSV(B) 155.63º 0.27% 0.46% -
XYZ 12.61 15.65 15.45 -
YUV 105.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 85 117 104 0.27 0 0.11 0.54 155.63 0.16 0.4
Hex 55 75 68 1B 0 B 36 9C 10 28
Octal 125 165 150 33 0 13 66 234 20 50
Binary 1010101 1110101 1101000 11011 0 1011 110110 10011100 10000 101000

Color Harmonies of #557568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557568

Black with #557568

Text Example


Text Example

White with #557568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557568; }

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

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

background-color css

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

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

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

border-color css

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

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

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