Html Css Color HEX #5A886E Cutty Sark

📋 copy color: '#5A886E'

red 90 ◦ green 136 ◦ blue 110

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

Shades of Cutty Sark #5A886E

Tints of Cutty Sark #5A886E

RGB

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

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

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

R = 26.79%
G = 40.48%
B = 32.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#5A886E (or 0x5A886E) is known color: Cutty Sark. HEX triplet: 5A, 88 and 6E. RGB value is (90,136,110). Sum of RGB (Red+Green+Blue) = 90+136+110=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 136 - color contains mainly: green. Hex color #5A886E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A886E is #A57791. Grayscale: #777777. Windows color (decimal): -10844050 or 7243866. OLE color: 7243866.

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

Color convert

RGB 90 136 110 -
CMYK 0.34 0 0.19 0.47
HSL 146.09º 0.2% 0.44% -
HSV(B) 146.09º 0.34% 0.53% -
XYZ 15.84 20.91 17.95 -
YUV 119.28 122.76 107.11 -
System Red Green Blue C M Y K H S L
Decimal 90 136 110 0.34 0 0.19 0.47 146.09 0.2 0.44
Hex 5A 88 6E 22 0 13 2F 92 14 2C
Octal 132 210 156 42 0 23 57 222 24 54
Binary 1011010 10001000 1101110 100010 0 10011 101111 10010010 10100 101100

Color Harmonies of #5A886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A886E

Black with #5A886E

Text Example


Text Example

White with #5A886E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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