Html Css Color HEX #5A9377 Cutty Sark

📋 copy color: '#5A9377'

red 90 ◦ green 147 ◦ blue 119

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

Shades of Cutty Sark #5A9377

Tints of Cutty Sark #5A9377

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.29%

 BLUE value IS 119 (46.88% from 255) = 33.43%

R = 25.28%
G = 41.29%
B = 33.43%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#5A9377 (or 0x5A9377) is known color: Cutty Sark. HEX triplet: 5A, 93 and 77. RGB value is (90,147,119). Sum of RGB (Red+Green+Blue) = 90+147+119=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #5A9377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9377 is #A56C88. Grayscale: #7E7E7E. Windows color (decimal): -10841225 or 7836506. OLE color: 7836506.

HSL color Cylindrical-coordinate representation of color #5A9377: hue angle of 150.53º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A9377 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 147 119 -
CMYK 0.39 0 0.19 0.42
HSL 150.53º 0.24% 0.46% -
HSV(B) 150.53º 0.39% 0.58% -
XYZ 17.98 24.37 21.21 -
YUV 126.77 123.62 101.78 -
System Red Green Blue C M Y K H S L
Decimal 90 147 119 0.39 0 0.19 0.42 150.53 0.24 0.46
Hex 5A 93 77 27 0 13 2A 97 18 2E
Octal 132 223 167 47 0 23 52 227 30 56
Binary 1011010 10010011 1110111 100111 0 10011 101010 10010111 11000 101110

Color Harmonies of #5A9377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9377

Black with #5A9377

Text Example


Text Example

White with #5A9377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,147,119); }

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

background-color css

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

 a { background-color: rgb(90,147,119); }

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

border-color css

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

 span { border-color: rgb(90,147,119); }

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