Html Css Color HEX #5A856E Cutty Sark

📋 copy color: '#5A856E'

red 90 ◦ green 133 ◦ blue 110

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

Shades of Cutty Sark #5A856E

Tints of Cutty Sark #5A856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.94%

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

R = 27.03%
G = 39.94%
B = 33.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#5A856E (or 0x5A856E) is known color: Cutty Sark. HEX triplet: 5A, 85 and 6E. RGB value is (90,133,110). Sum of RGB (Red+Green+Blue) = 90+133+110=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 133 - color contains mainly: green. Hex color #5A856E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A856E is #A57A91. Grayscale: #757575. Windows color (decimal): -10844818 or 7243098. OLE color: 7243098.

HSL color Cylindrical-coordinate representation of color #5A856E: hue angle of 147.91º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A856E is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 90 133 110 -
CMYK 0.32 0 0.17 0.48
HSL 147.91º 0.19% 0.44% -
HSV(B) 147.91º 0.32% 0.52% -
XYZ 15.42 20.07 17.81 -
YUV 117.52 123.75 108.37 -
System Red Green Blue C M Y K H S L
Decimal 90 133 110 0.32 0 0.17 0.48 147.91 0.19 0.44
Hex 5A 85 6E 20 0 11 30 94 13 2C
Octal 132 205 156 40 0 21 60 224 23 54
Binary 1011010 10000101 1101110 100000 0 10001 110000 10010100 10011 101100

Color Harmonies of #5A856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A856E

Black with #5A856E

Text Example


Text Example

White with #5A856E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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