Html Css Color HEX #5A876E Cutty Sark

📋 copy color: '#5A876E'

red 90 ◦ green 135 ◦ blue 110

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

Shades of Cutty Sark #5A876E

Tints of Cutty Sark #5A876E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.84%

R = 26.87%
G = 40.3%
B = 32.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#5A876E (or 0x5A876E) is known color: Cutty Sark. HEX triplet: 5A, 87 and 6E. RGB value is (90,135,110). Sum of RGB (Red+Green+Blue) = 90+135+110=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 135 - color contains mainly: green. Hex color #5A876E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A876E is #A57891. Grayscale: #767676. Windows color (decimal): -10844306 or 7243610. OLE color: 7243610.

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

Color convert

RGB 90 135 110 -
CMYK 0.33 0 0.19 0.47
HSL 146.67º 0.2% 0.44% -
HSV(B) 146.67º 0.33% 0.53% -
XYZ 15.69 20.63 17.91 -
YUV 118.7 123.09 107.53 -
System Red Green Blue C M Y K H S L
Decimal 90 135 110 0.33 0 0.19 0.47 146.67 0.2 0.44
Hex 5A 87 6E 21 0 13 2F 93 14 2C
Octal 132 207 156 41 0 23 57 223 24 54
Binary 1011010 10000111 1101110 100001 0 10011 101111 10010011 10100 101100

Color Harmonies of #5A876E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A876E

Black with #5A876E

Text Example


Text Example

White with #5A876E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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