Html Css Color HEX #5A776E Cutty Sark

📋 copy color: '#5A776E'

red 90 ◦ green 119 ◦ blue 110

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

Shades of Cutty Sark #5A776E

Tints of Cutty Sark #5A776E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.3%

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

R = 28.21%
G = 37.3%
B = 34.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#5A776E (or 0x5A776E) is known color: Cutty Sark. HEX triplet: 5A, 77 and 6E. RGB value is (90,119,110). Sum of RGB (Red+Green+Blue) = 90+119+110=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 119 - color contains mainly: green. Hex color #5A776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A776E is #A58891. Grayscale: #6D6D6D. Windows color (decimal): -10848402 or 7239514. OLE color: 7239514.

HSL color Cylindrical-coordinate representation of color #5A776E: hue angle of 161.38º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A776E is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 90 119 110 -
CMYK 0.24 0 0.08 0.53
HSL 161.38º 0.14% 0.41% -
HSV(B) 161.38º 0.24% 0.47% -
XYZ 13.63 16.49 17.22 -
YUV 109.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 90 119 110 0.24 0 0.08 0.53 161.38 0.14 0.41
Hex 5A 77 6E 18 0 8 35 A1 E 29
Octal 132 167 156 30 0 10 65 241 16 51
Binary 1011010 1110111 1101110 11000 0 1000 110101 10100001 1110 101001

Color Harmonies of #5A776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A776E

Black with #5A776E

Text Example


Text Example

White with #5A776E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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