Html Css Color HEX #5A896F Cutty Sark

📋 copy color: '#5A896F'

red 90 ◦ green 137 ◦ blue 111

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

Shades of Cutty Sark #5A896F

Tints of Cutty Sark #5A896F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.53%

 BLUE value IS 111 (43.75% from 255) = 32.84%

R = 26.63%
G = 40.53%
B = 32.84%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#5A896F (or 0x5A896F) is known color: Cutty Sark. HEX triplet: 5A, 89 and 6F. RGB value is (90,137,111). Sum of RGB (Red+Green+Blue) = 90+137+111=338 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.63% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 137 - color contains mainly: green. Hex color #5A896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A896F is #A57690. Grayscale: #787878. Windows color (decimal): -10843793 or 7309658. OLE color: 7309658.

HSL color Cylindrical-coordinate representation of color #5A896F: hue angle of 146.81º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A896F is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 90 137 111 -
CMYK 0.34 0 0.19 0.46
HSL 146.81º 0.21% 0.45% -
HSV(B) 146.81º 0.34% 0.54% -
XYZ 16.03 21.21 18.29 -
YUV 119.98 122.93 106.61 -
System Red Green Blue C M Y K H S L
Decimal 90 137 111 0.34 0 0.19 0.46 146.81 0.21 0.45
Hex 5A 89 6F 22 0 13 2E 93 15 2D
Octal 132 211 157 42 0 23 56 223 25 55
Binary 1011010 10001001 1101111 100010 0 10011 101110 10010011 10101 101101

Color Harmonies of #5A896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A896F

Black with #5A896F

Text Example


Text Example

White with #5A896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,137,111); }

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

background-color css

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

 a { background-color: rgb(90,137,111); }

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

border-color css

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

 span { border-color: rgb(90,137,111); }

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