Html Css Color HEX #5A7C74 Cutty Sark

📋 copy color: '#5A7C74'

red 90 ◦ green 124 ◦ blue 116

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

Shades of Cutty Sark #5A7C74

Tints of Cutty Sark #5A7C74

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.58%

 BLUE value IS 116 (45.7% from 255) = 35.15%

R = 27.27%
G = 37.58%
B = 35.15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#5A7C74 (or 0x5A7C74) is known color: Cutty Sark. HEX triplet: 5A, 7C and 74. RGB value is (90,124,116). Sum of RGB (Red+Green+Blue) = 90+124+116=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 124 - color contains mainly: green. Hex color #5A7C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7C74 is #A5838B. Grayscale: #707070. Windows color (decimal): -10847116 or 7634010. OLE color: 7634010.

HSL color Cylindrical-coordinate representation of color #5A7C74: hue angle of 165.88º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A7C74 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 90 124 116 -
CMYK 0.27 0 0.06 0.51
HSL 165.88º 0.16% 0.42% -
HSV(B) 165.88º 0.27% 0.49% -
XYZ 14.58 17.85 19.2 -
YUV 112.92 129.74 111.65 -
System Red Green Blue C M Y K H S L
Decimal 90 124 116 0.27 0 0.06 0.51 165.88 0.16 0.42
Hex 5A 7C 74 1B 0 6 33 A6 10 2A
Octal 132 174 164 33 0 6 63 246 20 52
Binary 1011010 1111100 1110100 11011 0 110 110011 10100110 10000 101010

Color Harmonies of #5A7C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7C74

Black with #5A7C74

Text Example


Text Example

White with #5A7C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,124,116); }

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

background-color css

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

 a { background-color: rgb(90,124,116); }

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

border-color css

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

 span { border-color: rgb(90,124,116); }

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