Html Css Color HEX #5A876C Cutty Sark

📋 copy color: '#5A876C'

red 90 ◦ green 135 ◦ blue 108

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

Shades of Cutty Sark #5A876C

Tints of Cutty Sark #5A876C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 27.03%
G = 40.54%
B = 32.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#5A876C (or 0x5A876C) is known color: Cutty Sark. HEX triplet: 5A, 87 and 6C. RGB value is (90,135,108). Sum of RGB (Red+Green+Blue) = 90+135+108=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 135 - color contains mainly: green. Hex color #5A876C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A876C is #A57893. Grayscale: #767676. Windows color (decimal): -10844308 or 7112538. OLE color: 7112538.

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

Color convert

RGB 90 135 108 -
CMYK 0.33 0 0.2 0.47
HSL 144º 0.2% 0.44% -
HSV(B) 144º 0.33% 0.53% -
XYZ 15.59 20.58 17.34 -
YUV 118.47 122.09 107.7 -
System Red Green Blue C M Y K H S L
Decimal 90 135 108 0.33 0 0.2 0.47 144 0.2 0.44
Hex 5A 87 6C 21 0 14 2F 90 14 2C
Octal 132 207 154 41 0 24 57 220 24 54
Binary 1011010 10000111 1101100 100001 0 10100 101111 10010000 10100 101100

Color Harmonies of #5A876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A876C

Black with #5A876C

Text Example


Text Example

White with #5A876C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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