Html Css Color HEX #5A756C Cutty Sark

📋 copy color: '#5A756C'

red 90 ◦ green 117 ◦ blue 108

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

Shades of Cutty Sark #5A756C

Tints of Cutty Sark #5A756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.14%

 BLUE value IS 108 (42.58% from 255) = 34.29%

R = 28.57%
G = 37.14%
B = 34.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#5A756C (or 0x5A756C) is known color: Cutty Sark. HEX triplet: 5A, 75 and 6C. RGB value is (90,117,108). Sum of RGB (Red+Green+Blue) = 90+117+108=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 117 - color contains mainly: green. Hex color #5A756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A756C is #A58A93. Grayscale: #6B6B6B. Windows color (decimal): -10848916 or 7107930. OLE color: 7107930.

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

Color convert

RGB 90 117 108 -
CMYK 0.23 0 0.08 0.54
HSL 160º 0.13% 0.41% -
HSV(B) 160º 0.23% 0.46% -
XYZ 13.28 15.98 16.57 -
YUV 107.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 90 117 108 0.23 0 0.08 0.54 160 0.13 0.41
Hex 5A 75 6C 17 0 8 36 A0 D 29
Octal 132 165 154 27 0 10 66 240 15 51
Binary 1011010 1110101 1101100 10111 0 1000 110110 10100000 1101 101001

Color Harmonies of #5A756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A756C

Black with #5A756C

Text Example


Text Example

White with #5A756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,117,108); }

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

background-color css

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

 a { background-color: rgb(90,117,108); }

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

border-color css

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

 span { border-color: rgb(90,117,108); }

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