Html Css Color HEX #5A886F Cutty Sark

📋 copy color: '#5A886F'

red 90 ◦ green 136 ◦ blue 111

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

Shades of Cutty Sark #5A886F

Tints of Cutty Sark #5A886F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.36%

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

R = 26.71%
G = 40.36%
B = 32.94%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#5A886F (or 0x5A886F) is known color: Cutty Sark. HEX triplet: 5A, 88 and 6F. RGB value is (90,136,111). Sum of RGB (Red+Green+Blue) = 90+136+111=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #5A886F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A886F is #A57790. Grayscale: #777777. Windows color (decimal): -10844049 or 7309402. OLE color: 7309402.

HSL color Cylindrical-coordinate representation of color #5A886F: hue angle of 147.39º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A886F is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 136 111 -
CMYK 0.34 0 0.18 0.47
HSL 147.39º 0.2% 0.44% -
HSV(B) 147.39º 0.34% 0.53% -
XYZ 15.89 20.93 18.24 -
YUV 119.4 123.26 107.03 -
System Red Green Blue C M Y K H S L
Decimal 90 136 111 0.34 0 0.18 0.47 147.39 0.2 0.44
Hex 5A 88 6F 22 0 12 2F 93 14 2C
Octal 132 210 157 42 0 22 57 223 24 54
Binary 1011010 10001000 1101111 100010 0 10010 101111 10010011 10100 101100

Color Harmonies of #5A886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A886F

Black with #5A886F

Text Example


Text Example

White with #5A886F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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