Html Css Color HEX #5A8779 Cutty Sark

📋 copy color: '#5A8779'

red 90 ◦ green 135 ◦ blue 121

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

Shades of Cutty Sark #5A8779

Tints of Cutty Sark #5A8779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.02%

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

R = 26.01%
G = 39.02%
B = 34.97%

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

#5A8779 (or 0x5A8779) is known color: Cutty Sark. HEX triplet: 5A, 87 and 79. RGB value is (90,135,121). Sum of RGB (Red+Green+Blue) = 90+135+121=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #5A8779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8779 is #A57886. Grayscale: #777777. Windows color (decimal): -10844295 or 7964506. OLE color: 7964506.

HSL color Cylindrical-coordinate representation of color #5A8779: hue angle of 161.33º 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 #5A8779 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 135 121 -
CMYK 0.33 0 0.10 0.47
HSL 161.33º 0.2% 0.44% -
HSV(B) 161.33º 0.33% 0.53% -
XYZ 16.33 20.88 21.26 -
YUV 119.95 128.59 106.64 -
System Red Green Blue C M Y K H S L
Decimal 90 135 121 0.33 0 0.10 0.47 161.33 0.2 0.44
Hex 5A 87 79 21 0 A 2F A1 14 2C
Octal 132 207 171 41 0 12 57 241 24 54
Binary 1011010 10000111 1111001 100001 0 1010 101111 10100001 10100 101100

Color Harmonies of #5A8779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8779

Black with #5A8779

Text Example


Text Example

White with #5A8779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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