Html Css Color HEX #57796B Cutty Sark

📋 copy color: '#57796B'

red 87 ◦ green 121 ◦ blue 107

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

Shades of Cutty Sark #57796B

Tints of Cutty Sark #57796B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.41%

 BLUE value IS 107 (42.19% from 255) = 33.97%

R = 27.62%
G = 38.41%
B = 33.97%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#57796B (or 0x57796B) is known color: Cutty Sark. HEX triplet: 57, 79 and 6B. RGB value is (87,121,107). Sum of RGB (Red+Green+Blue) = 87+121+107=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 121 - color contains mainly: green. Hex color #57796B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57796B is #A88694. Grayscale: #6D6D6D. Windows color (decimal): -11044501 or 7043415. OLE color: 7043415.

HSL color Cylindrical-coordinate representation of color #57796B: hue angle of 155.29º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #57796B is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 121 107 -
CMYK 0.28 0 0.12 0.53
HSL 155.29º 0.16% 0.41% -
HSV(B) 155.29º 0.28% 0.47% -
XYZ 13.42 16.76 16.44 -
YUV 109.24 126.74 112.14 -
System Red Green Blue C M Y K H S L
Decimal 87 121 107 0.28 0 0.12 0.53 155.29 0.16 0.41
Hex 57 79 6B 1C 0 C 35 9B 10 29
Octal 127 171 153 34 0 14 65 233 20 51
Binary 1010111 1111001 1101011 11100 0 1100 110101 10011011 10000 101001

Color Harmonies of #57796B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57796B

Black with #57796B

Text Example


Text Example

White with #57796B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57796B; }

 p { color: rgb(87,121,107); }

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

background-color css

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

 a { background-color: rgb(87,121,107); }

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

border-color css

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

 span { border-color: rgb(87,121,107); }

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