Html Css Color HEX #5A7669 Cutty Sark

📋 copy color: '#5A7669'

red 90 ◦ green 118 ◦ blue 105

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

Shades of Cutty Sark #5A7669

Tints of Cutty Sark #5A7669

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.7%

 BLUE value IS 105 (41.41% from 255) = 33.55%

R = 28.75%
G = 37.7%
B = 33.55%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#5A7669 (or 0x5A7669) is known color: Cutty Sark. HEX triplet: 5A, 76 and 69. RGB value is (90,118,105). Sum of RGB (Red+Green+Blue) = 90+118+105=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #5A7669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7669 is #A58996. Grayscale: #6C6C6C. Windows color (decimal): -10848663 or 6911578. OLE color: 6911578.

HSL color Cylindrical-coordinate representation of color #5A7669: hue angle of 152.14º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A7669 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 118 105 -
CMYK 0.24 0 0.11 0.54
HSL 152.14º 0.13% 0.41% -
HSV(B) 152.14º 0.24% 0.46% -
XYZ 13.24 16.15 15.78 -
YUV 108.15 126.22 115.06 -
System Red Green Blue C M Y K H S L
Decimal 90 118 105 0.24 0 0.11 0.54 152.14 0.13 0.41
Hex 5A 76 69 18 0 B 36 98 D 29
Octal 132 166 151 30 0 13 66 230 15 51
Binary 1011010 1110110 1101001 11000 0 1011 110110 10011000 1101 101001

Color Harmonies of #5A7669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7669

Black with #5A7669

Text Example


Text Example

White with #5A7669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,118,105); }

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

background-color css

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

 a { background-color: rgb(90,118,105); }

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

border-color css

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

 span { border-color: rgb(90,118,105); }

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