Html Css Color HEX #577768 Cutty Sark

📋 copy color: '#577768'

red 87 ◦ green 119 ◦ blue 104

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

Shades of Cutty Sark #577768

Tints of Cutty Sark #577768

RGB

 RED value IS 87 (34.38% from 255) = 28.06%

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

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

R = 28.06%
G = 38.39%
B = 33.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#577768 (or 0x577768) is known color: Cutty Sark. HEX triplet: 57, 77 and 68. RGB value is (87,119,104). Sum of RGB (Red+Green+Blue) = 87+119+104=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 119 - color contains mainly: green. Hex color #577768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577768 is #A88897. Grayscale: #6B6B6B. Windows color (decimal): -11045016 or 6846295. OLE color: 6846295.

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

Color convert

RGB 87 119 104 -
CMYK 0.27 0 0.13 0.53
HSL 151.88º 0.16% 0.4% -
HSV(B) 151.88º 0.27% 0.47% -
XYZ 13.03 16.22 15.54 -
YUV 107.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 87 119 104 0.27 0 0.13 0.53 151.88 0.16 0.4
Hex 57 77 68 1B 0 D 35 98 10 28
Octal 127 167 150 33 0 15 65 230 20 50
Binary 1010111 1110111 1101000 11011 0 1101 110101 10011000 10000 101000

Color Harmonies of #577768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577768

Black with #577768

Text Example


Text Example

White with #577768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577768; }

 p { color: rgb(87,119,104); }

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

background-color css

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

 a { background-color: rgb(87,119,104); }

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

border-color css

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

 span { border-color: rgb(87,119,104); }

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