Html Css Color HEX #5A736B Cutty Sark

📋 copy color: '#5A736B'

red 90 ◦ green 115 ◦ blue 107

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

Shades of Cutty Sark #5A736B

Tints of Cutty Sark #5A736B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.86%

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

R = 28.85%
G = 36.86%
B = 34.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#5A736B (or 0x5A736B) is known color: Cutty Sark. HEX triplet: 5A, 73 and 6B. RGB value is (90,115,107). Sum of RGB (Red+Green+Blue) = 90+115+107=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 115 - color contains mainly: green. Hex color #5A736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A736B is #A58C94. Grayscale: #6A6A6A. Windows color (decimal): -10849429 or 7041882. OLE color: 7041882.

HSL color Cylindrical-coordinate representation of color #5A736B: hue angle of 160.8º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A736B is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 115 107 -
CMYK 0.22 0 0.07 0.55
HSL 160.8º 0.12% 0.4% -
HSV(B) 160.8º 0.22% 0.45% -
XYZ 13 15.5 16.22 -
YUV 106.61 128.22 116.15 -
System Red Green Blue C M Y K H S L
Decimal 90 115 107 0.22 0 0.07 0.55 160.8 0.12 0.4
Hex 5A 73 6B 16 0 7 37 A1 C 28
Octal 132 163 153 26 0 7 67 241 14 50
Binary 1011010 1110011 1101011 10110 0 111 110111 10100001 1100 101000

Color Harmonies of #5A736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A736B

Black with #5A736B

Text Example


Text Example

White with #5A736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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