Html Css Color HEX #5A8770 Cutty Sark

📋 copy color: '#5A8770'

red 90 ◦ green 135 ◦ blue 112

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

Shades of Cutty Sark #5A8770

Tints of Cutty Sark #5A8770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.23%

R = 26.71%
G = 40.06%
B = 33.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#5A8770 (or 0x5A8770) is known color: Cutty Sark. HEX triplet: 5A, 87 and 70. RGB value is (90,135,112). Sum of RGB (Red+Green+Blue) = 90+135+112=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 135 - color contains mainly: green. Hex color #5A8770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8770 is #A5788F. Grayscale: #767676. Windows color (decimal): -10844304 or 7374682. OLE color: 7374682.

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

Color convert

RGB 90 135 112 -
CMYK 0.33 0 0.17 0.47
HSL 149.33º 0.2% 0.44% -
HSV(B) 149.33º 0.33% 0.53% -
XYZ 15.81 20.67 18.49 -
YUV 118.92 124.09 107.37 -
System Red Green Blue C M Y K H S L
Decimal 90 135 112 0.33 0 0.17 0.47 149.33 0.2 0.44
Hex 5A 87 70 21 0 11 2F 95 14 2C
Octal 132 207 160 41 0 21 57 225 24 54
Binary 1011010 10000111 1110000 100001 0 10001 101111 10010101 10100 101100

Color Harmonies of #5A8770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8770

Black with #5A8770

Text Example


Text Example

White with #5A8770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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