Html Css Color HEX #5A736A Cutty Sark

📋 copy color: '#5A736A'

red 90 ◦ green 115 ◦ blue 106

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

Shades of Cutty Sark #5A736A

Tints of Cutty Sark #5A736A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.08%

R = 28.94%
G = 36.98%
B = 34.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#5A736A (or 0x5A736A) is known color: Cutty Sark. HEX triplet: 5A, 73 and 6A. RGB value is (90,115,106). Sum of RGB (Red+Green+Blue) = 90+115+106=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 115 - color contains mainly: green. Hex color #5A736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A736A is #A58C95. Grayscale: #6A6A6A. Windows color (decimal): -10849430 or 6976346. OLE color: 6976346.

HSL color Cylindrical-coordinate representation of color #5A736A: hue angle of 158.4º 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 #5A736A is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 115 106 -
CMYK 0.22 0 0.08 0.55
HSL 158.4º 0.12% 0.4% -
HSV(B) 158.4º 0.22% 0.45% -
XYZ 12.95 15.48 15.94 -
YUV 106.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 90 115 106 0.22 0 0.08 0.55 158.4 0.12 0.4
Hex 5A 73 6A 16 0 8 37 9E C 28
Octal 132 163 152 26 0 10 67 236 14 50
Binary 1011010 1110011 1101010 10110 0 1000 110111 10011110 1100 101000

Color Harmonies of #5A736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A736A

Black with #5A736A

Text Example


Text Example

White with #5A736A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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