Html Css Color HEX #5A756B Cutty Sark

📋 copy color: '#5A756B'

red 90 ◦ green 117 ◦ blue 107

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

Shades of Cutty Sark #5A756B

Tints of Cutty Sark #5A756B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.08%

R = 28.66%
G = 37.26%
B = 34.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#5A756B (or 0x5A756B) is known color: Cutty Sark. HEX triplet: 5A, 75 and 6B. RGB value is (90,117,107). Sum of RGB (Red+Green+Blue) = 90+117+107=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 117 - color contains mainly: green. Hex color #5A756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A756B is #A58A94. Grayscale: #6B6B6B. Windows color (decimal): -10848917 or 7042394. OLE color: 7042394.

HSL color Cylindrical-coordinate representation of color #5A756B: hue angle of 157.78º 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 #5A756B is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 117 107 -
CMYK 0.23 0 0.09 0.54
HSL 157.78º 0.13% 0.41% -
HSV(B) 157.78º 0.23% 0.46% -
XYZ 13.23 15.96 16.29 -
YUV 107.79 127.55 115.31 -
System Red Green Blue C M Y K H S L
Decimal 90 117 107 0.23 0 0.09 0.54 157.78 0.13 0.41
Hex 5A 75 6B 17 0 9 36 9E D 29
Octal 132 165 153 27 0 11 66 236 15 51
Binary 1011010 1110101 1101011 10111 0 1001 110110 10011110 1101 101001

Color Harmonies of #5A756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A756B

Black with #5A756B

Text Example


Text Example

White with #5A756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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