Html Css Color HEX #577A6F Cutty Sark

📋 copy color: '#577A6F'

red 87 ◦ green 122 ◦ blue 111

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

Shades of Cutty Sark #577A6F

Tints of Cutty Sark #577A6F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.13%

 BLUE value IS 111 (43.75% from 255) = 34.69%

R = 27.19%
G = 38.13%
B = 34.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#577A6F (or 0x577A6F) is known color: Cutty Sark. HEX triplet: 57, 7A and 6F. RGB value is (87,122,111). Sum of RGB (Red+Green+Blue) = 87+122+111=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 122 - color contains mainly: green. Hex color #577A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577A6F is #A88590. Grayscale: #6E6E6E. Windows color (decimal): -11044241 or 7305815. OLE color: 7305815.

HSL color Cylindrical-coordinate representation of color #577A6F: hue angle of 161.14º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #577A6F is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB 87 122 111 -
CMYK 0.29 0 0.09 0.52
HSL 161.14º 0.17% 0.41% -
HSV(B) 161.14º 0.29% 0.48% -
XYZ 13.76 17.09 17.61 -
YUV 110.28 128.4 111.39 -
System Red Green Blue C M Y K H S L
Decimal 87 122 111 0.29 0 0.09 0.52 161.14 0.17 0.41
Hex 57 7A 6F 1D 0 9 34 A1 11 29
Octal 127 172 157 35 0 11 64 241 21 51
Binary 1010111 1111010 1101111 11101 0 1001 110100 10100001 10001 101001

Color Harmonies of #577A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577A6F

Black with #577A6F

Text Example


Text Example

White with #577A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577A6F; }

 p { color: rgb(87,122,111); }

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

background-color css

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

 a { background-color: rgb(87,122,111); }

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

border-color css

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

 span { border-color: rgb(87,122,111); }

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