Html Css Color HEX #5A796A Cutty Sark

📋 copy color: '#5A796A'

red 90 ◦ green 121 ◦ blue 106

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

Shades of Cutty Sark #5A796A

Tints of Cutty Sark #5A796A

RGB

 RED value IS 90 (35.55% from 255) = 28.39%

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

 BLUE value IS 106 (41.8% from 255) = 33.44%

R = 28.39%
G = 38.17%
B = 33.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#5A796A (or 0x5A796A) is known color: Cutty Sark. HEX triplet: 5A, 79 and 6A. RGB value is (90,121,106). Sum of RGB (Red+Green+Blue) = 90+121+106=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 121 - color contains mainly: green. Hex color #5A796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A796A is #A58695. Grayscale: #6E6E6E. Windows color (decimal): -10847894 or 6977882. OLE color: 6977882.

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

Color convert

RGB 90 121 106 -
CMYK 0.26 0 0.12 0.53
HSL 150.97º 0.15% 0.41% -
HSV(B) 150.97º 0.26% 0.47% -
XYZ 13.66 16.89 16.18 -
YUV 110.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 90 121 106 0.26 0 0.12 0.53 150.97 0.15 0.41
Hex 5A 79 6A 1A 0 C 35 97 F 29
Octal 132 171 152 32 0 14 65 227 17 51
Binary 1011010 1111001 1101010 11010 0 1100 110101 10010111 1111 101001

Color Harmonies of #5A796A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A796A

Black with #5A796A

Text Example


Text Example

White with #5A796A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A796A; }

 p { color: rgb(90,121,106); }

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

background-color css

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

 a { background-color: rgb(90,121,106); }

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

border-color css

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

 span { border-color: rgb(90,121,106); }

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