Html Css Color HEX #5A876D Cutty Sark

📋 copy color: '#5A876D'

red 90 ◦ green 135 ◦ blue 109

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

Shades of Cutty Sark #5A876D

Tints of Cutty Sark #5A876D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.63%

R = 26.95%
G = 40.42%
B = 32.63%

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

#5A876D (or 0x5A876D) is known color: Cutty Sark. HEX triplet: 5A, 87 and 6D. RGB value is (90,135,109). Sum of RGB (Red+Green+Blue) = 90+135+109=334 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.95% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 135 - color contains mainly: green. Hex color #5A876D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A876D is #A57892. Grayscale: #767676. Windows color (decimal): -10844307 or 7178074. OLE color: 7178074.

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

Color convert

RGB 90 135 109 -
CMYK 0.33 0 0.19 0.47
HSL 145.33º 0.2% 0.44% -
HSV(B) 145.33º 0.33% 0.53% -
XYZ 15.64 20.61 17.62 -
YUV 118.58 122.59 107.61 -
System Red Green Blue C M Y K H S L
Decimal 90 135 109 0.33 0 0.19 0.47 145.33 0.2 0.44
Hex 5A 87 6D 21 0 13 2F 91 14 2C
Octal 132 207 155 41 0 23 57 221 24 54
Binary 1011010 10000111 1101101 100001 0 10011 101111 10010001 10100 101100

Color Harmonies of #5A876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A876D

Black with #5A876D

Text Example


Text Example

White with #5A876D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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