Html Css Color HEX #5A8679 Cutty Sark

📋 copy color: '#5A8679'

red 90 ◦ green 134 ◦ blue 121

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

Shades of Cutty Sark #5A8679

Tints of Cutty Sark #5A8679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.84%

 BLUE value IS 121 (47.66% from 255) = 35.07%

R = 26.09%
G = 38.84%
B = 35.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#5A8679 (or 0x5A8679) is known color: Cutty Sark. HEX triplet: 5A, 86 and 79. RGB value is (90,134,121). Sum of RGB (Red+Green+Blue) = 90+134+121=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #5A8679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8679 is #A57986. Grayscale: #777777. Windows color (decimal): -10844551 or 7964250. OLE color: 7964250.

HSL color Cylindrical-coordinate representation of color #5A8679: hue angle of 162.27º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A8679 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 134 121 -
CMYK 0.33 0 0.10 0.47
HSL 162.27º 0.2% 0.44% -
HSV(B) 162.27º 0.33% 0.53% -
XYZ 16.19 20.6 21.21 -
YUV 119.36 128.92 107.06 -
System Red Green Blue C M Y K H S L
Decimal 90 134 121 0.33 0 0.10 0.47 162.27 0.2 0.44
Hex 5A 86 79 21 0 A 2F A2 14 2C
Octal 132 206 171 41 0 12 57 242 24 54
Binary 1011010 10000110 1111001 100001 0 1010 101111 10100010 10100 101100

Color Harmonies of #5A8679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8679

Black with #5A8679

Text Example


Text Example

White with #5A8679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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