Html Css Color HEX #577C72 Cutty Sark

📋 copy color: '#577C72'

red 87 ◦ green 124 ◦ blue 114

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

Shades of Cutty Sark #577C72

Tints of Cutty Sark #577C72

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.15%

 BLUE value IS 114 (44.92% from 255) = 35.08%

R = 26.77%
G = 38.15%
B = 35.08%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#577C72 (or 0x577C72) is known color: Cutty Sark. HEX triplet: 57, 7C and 72. RGB value is (87,124,114). Sum of RGB (Red+Green+Blue) = 87+124+114=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 124 - color contains mainly: green. Hex color #577C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577C72 is #A8838D. Grayscale: #6F6F6F. Windows color (decimal): -11043726 or 7502935. OLE color: 7502935.

HSL color Cylindrical-coordinate representation of color #577C72: hue angle of 163.78º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #577C72 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 124 114 -
CMYK 0.30 0 0.08 0.51
HSL 163.78º 0.18% 0.41% -
HSV(B) 163.78º 0.3% 0.49% -
XYZ 14.18 17.66 18.58 -
YUV 111.8 129.24 110.31 -
System Red Green Blue C M Y K H S L
Decimal 87 124 114 0.30 0 0.08 0.51 163.78 0.18 0.41
Hex 57 7C 72 1E 0 8 33 A4 12 29
Octal 127 174 162 36 0 10 63 244 22 51
Binary 1010111 1111100 1110010 11110 0 1000 110011 10100100 10010 101001

Color Harmonies of #577C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577C72

Black with #577C72

Text Example


Text Example

White with #577C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,124,114); }

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

background-color css

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

 a { background-color: rgb(87,124,114); }

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

border-color css

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

 span { border-color: rgb(87,124,114); }

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